1 2013-02-11 John J. Barton <johnjbarton@chromium.org>
3 Web Inspector: Don't throw exceptions in WebInspector.Color
4 https://bugs.webkit.org/show_bug.cgi?id=104835
6 Reviewed by Vsevolod Vlasov.
8 Added case to test parsing 'none' from border style
10 * inspector/styles/styles-invalid-color-values-expected.txt:
11 * inspector/styles/styles-invalid-color-values.html:
13 2013-02-11 Andrey Lushnikov <lushnikov@chromium.org>
15 Web Inspector: home button behaviour is wrong in DTE
16 https://bugs.webkit.org/show_bug.cgi?id=109154
18 Reviewed by Vsevolod Vlasov.
20 Add layout test to verify home button behaviour. Exclude this test on
21 platforms that do not have eventSender object in test shell.
23 * inspector/editor/editor-test.js:
24 (initialize_EditorTests.lineWithCursor):
25 (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
26 * inspector/editor/text-editor-home-button-expected.txt: Added.
27 * inspector/editor/text-editor-home-button.html: Added.
28 * platform/efl/TestExpectations:
29 * platform/mac/TestExpectations:
30 * platform/qt/TestExpectations:
32 2013-02-11 Philippe Normand <pnormand@igalia.com>
34 Unreviewed, GTK gardening
36 * platform/gtk/TestExpectations: Flagging media tests affected
39 2013-02-11 Ádám Kallai <kadam@inf.u-szeged.hu>
41 [Qt] Unreviewed gardening. Skip faling test.
42 https://bugs.webkit.org/show_bug.cgi?id=109353.
44 * platform/qt/TestExpectations:
46 2013-02-10 Chris Fleizach <cfleizach@apple.com>
48 WebSpeech: Implement basic speaking/finished speaking behavior
49 https://bugs.webkit.org/show_bug.cgi?id=107135
51 Reviewed by Sam Weinig.
53 * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
54 * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
56 2013-02-10 Kentaro Hara <haraken@chromium.org>
58 Unreviewed gardening. Rebaselined an image.
60 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
62 2013-02-10 Kentaro Hara <haraken@chromium.org>
64 Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
66 * platform/chromium/TestExpectations:
68 2013-02-10 Kentaro Hara <haraken@chromium.org>
70 Unreviewed gardening. Rebaselined an image.
72 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
74 2013-02-10 Kentaro Hara <haraken@chromium.org>
76 Unreviewed gardening. Rebaselined an image.
78 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
80 2013-02-10 Kentaro Hara <haraken@chromium.org>
82 Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
84 * platform/chromium/TestExpectations:
86 2013-02-10 Kentaro Hara <haraken@chromium.org>
88 Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
90 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
92 2013-02-10 Tim Horton <timothy_horton@apple.com>
94 REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
95 https://bugs.webkit.org/show_bug.cgi?id=109317
96 <rdar://problem/12649131>
98 Reviewed by Simon Fraser.
100 Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
102 * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
103 * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
104 * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
106 2013-02-10 Philippe Normand <pnormand@igalia.com>
108 Unreviewed, GTK gardening.
110 * platform/gtk/TestExpectations: Remove duplicate test expectation
111 for media/track/track-in-band-style.html.
113 2013-02-10 Philippe Normand <pnormand@igalia.com>
115 [GStreamer] media/video-controls-fullscreen-volume.html crashes
116 https://bugs.webkit.org/show_bug.cgi?id=108682
118 Reviewed by Martin Robinson.
120 * platform/gtk/TestExpectations: Unflag now passing tests.
122 2013-02-10 Kent Tamura <tkent@chromium.org>
124 [Chromium] Test expectation update
125 https://bugs.webkit.org/show_bug.cgi?id=109376
127 * platform/chromium/TestExpectations:
128 fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
130 2013-02-10 Philippe Normand <pnormand@igalia.com>
132 Unreviewed, GTK gardening.
134 * platform/gtk/TestExpectations: Flag new failing media/track test.
136 2013-02-10 Kent Tamura <tkent@chromium.org>
138 [Chromium] Test expectation update
139 https://bugs.webkit.org/show_bug.cgi?id=92941
141 * platform/chromium/TestExpectations:
142 accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
144 2013-02-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
146 Unreviewed EFL gardening.
148 Unskip fast/encoding/parser-tests-*.html tests now that the crashes
149 have been fixed by r142385.
151 * platform/efl-wk2/TestExpectations:
153 2013-02-09 James Robinson <jamesr@chromium.org>
157 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
158 * platform/chromium/TestExpectations:
160 2013-02-09 Dominic Mazzoni <dmazzoni@google.com>
162 fast/encoding/parser-tests-*.html tests sometimes crash
163 https://bugs.webkit.org/show_bug.cgi?id=108058
165 Reviewed by Chris Fleizach.
167 Make test less brittle by (1) giving the iframe an aria-role so
168 it's never ignored, and (2) using accessibilityElementById instead
169 of assuming an element is in a specific place in the AX tree.
171 * accessibility/loading-iframe-updates-axtree.html:
173 2013-02-09 Stephen Chenney <schenney@chromium.org>
175 [Chromium] Reverting earlier change now
177 Unreviewed expectations.
179 * platform/chromium/TestExpectations: Removed all the expectations added earlier.
181 2013-02-09 Philip Rogers <pdr@google.com>
183 Sanitize m_keyTimes for paced value animations
184 https://bugs.webkit.org/show_bug.cgi?id=108828
186 Reviewed by Dirk Schulze.
188 * svg/animations/animate-keytimes-crash-expected.html: Added.
189 * svg/animations/animate-keytimes-crash.html: Added.
191 2013-02-09 Stephen Chenney <schenney@chromium.org>
193 [Chromium] Trying to turn the build.webkit.org builders greener
195 Unreviewed expectations.
197 We seem to have an issue with build.webkit.org test bots and
198 Chromium.WebKit test bots doing different things. This is temporary
199 until we figure out what went wrong.
201 * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
203 2013-02-09 Kent Tamura <tkent@chromium.org>
205 Fix crash by img[ismap] with content property
206 https://bugs.webkit.org/show_bug.cgi?id=108702
208 Reviewed by Adam Barth.
210 * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
211 * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
213 2013-02-09 Kent Tamura <tkent@chromium.org>
215 [Chromium] Test expectation update.
217 * platform/chromium/TestExpectations:
218 Correct encrypted-media-v2-*.html expectation.
220 2013-02-09 Zan Dobersek <zdobersek@igalia.com>
222 Unreviewed GTK gardening.
224 * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
226 2013-02-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
228 Unreviewed EFL gardening.
230 Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
233 * platform/efl/TestExpectations:
234 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
235 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
237 2013-02-09 Andrey Lushnikov <lushnikov@chromium.org>
239 Web Inspector: show whitespace characters in DTE
240 https://bugs.webkit.org/show_bug.cgi?id=108947
242 Reviewed by Pavel Feldman.
244 Add layout test to verify whitespace highlight functionality.
246 * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
247 * inspector/editor/text-editor-show-whitespace.html: Added.
249 2013-02-08 Eric Carlson <eric.carlson@apple.com>
251 [Mac] respect in-band caption color
252 https://bugs.webkit.org/show_bug.cgi?id=109203
254 Reviewed by Dean Jackson.
256 * media/track/track-in-band-style-expected.txt: Added.
257 * media/track/track-in-band-style.html: Added.
259 * platform/chromium/TestExpectations: Skip new test.
260 * platform/efl/TestExpectations: Ditto.
261 * platform/gtk/TestExpectations: Ditto.
262 * platform/mac/TestExpectations: Ditto.
263 * platform/qt/TestExpectations: Ditto.
264 * platform/win/TestExpectations: Ditto.
266 2013-02-08 Gregg Tavares <gman@chromium.org>
268 Disable All WebGL Tests on WebKit for Windows
269 https://bugs.webkit.org/show_bug.cgi?id=109207
271 Unreviewed expectations update.
273 * platform/win/TestExpectations:
275 2013-02-08 Tim Horton <timothy_horton@apple.com>
277 Some tiled drawing tests use scalePageBy() incorrectly
278 https://bugs.webkit.org/show_bug.cgi?id=109336
280 Rubber-stamped by Simon Fraser.
282 scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
283 Adjust the tests and the expected results.
285 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
286 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
287 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
288 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
289 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
290 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
292 2013-02-08 Andy Estes <aestes@apple.com>
294 Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
295 https://bugs.webkit.org/show_bug.cgi?id=109277
297 Reviewed by Simon Fraser.
299 Remove test added by r118852 and add a test that verifies the original
302 * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
303 * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
304 * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
305 * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
307 2013-02-08 Stephen Chenney <schenney@chromium.org>
309 [Chromium] Expectation modification after r142327
311 Unreviewed expectations update.
313 The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
315 * platform/chromium/TestExpectations:
317 2013-02-08 Stephen Chenney <schenney@chromium.org>
319 [Chromium] Expectations as a result of removing Skia code suppressions
321 Unreviewed expectations update.
323 A remaining textual fix.
325 * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
326 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
327 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
328 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
330 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
332 [Mac] Unreviewed rebaseline
334 * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
335 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
337 2013-02-08 Jer Noble <jer.noble@apple.com>
339 Bring WebKit up to speed with latest Encrypted Media spec.
340 https://bugs.webkit.org/show_bug.cgi?id=97037
342 Reviewed by Eric Carlson.
344 Added new tests for the updated Encrypted Media Extensions spec.
346 * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
347 * media/encrypted-media/encrypted-media-v2-events.html: Added.
348 * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
349 * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
350 * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
351 * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
353 2013-02-08 Stephen Chenney <schenney@chromium.org>
355 [Chromium] Expectations as a result of removing Skia code suppressions
357 Unreviewed expectations update.
359 Why does this test always fail to be correctly rebaselined during mass updates?
361 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
363 2013-02-08 Joshua Bell <jsbell@chromium.org>
365 IndexedDB: De-flake open-during-transaction layout test
366 https://bugs.webkit.org/show_bug.cgi?id=109072
368 Reviewed by Tony Chang.
370 This test was observed to be flaky in local runs; sometimes the transaction
371 would terminate after the third open() call rather than the second, resulting
372 in a TEXT difference. Added code to keep the transaction alive until all of
373 the open() calls are complete, and changed expectations to match.
375 * storage/indexeddb/open-during-transaction-expected.txt:
376 * storage/indexeddb/resources/open-during-transaction.js:
378 2013-02-08 Stephen Chenney <schenney@chromium.org>
380 [Chromium] Expectations as a result of removing Skia code suppressions
382 Unreviewed expectations update.
384 Cleaning up the remaining failures. With luck this is it, although probably not.
386 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
387 * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
388 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
389 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
390 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
391 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
392 * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
393 * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
394 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
395 * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
396 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
397 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
398 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
399 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
400 * platform/chromium-win/media/video-zoom-controls-expected.png:
402 2013-02-08 Stephen Chenney <schenney@chromium.org>
404 Expectations as a result of removing Skia code suppressions
406 Unreviewed expectations update.
408 Round 19. The last, except for cleanup. Too many to list.
410 * platform/chromium/TestExpectations:
412 2013-02-08 Stephen Chenney <schenney@chromium.org>
414 Expectations as a result of removing Skia code suppressions
416 Unreviewed expectations update.
418 Round 18. SVG all but dynamic-updates and custom tests. List omitted
419 except for changes touching other ports.
421 * platform/chromium/TestExpectations:
422 * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
423 * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
424 * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
425 * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
426 * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
427 * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
428 * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
429 * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
430 * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
431 * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
432 * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
433 * svg/batik/text/textPosition2-expected.txt: Replaced.
435 2013-02-08 Stephen Chenney <schenney@chromium.org>
437 Expectations as a result of removing Skia code suppressions
439 Unreviewed expectations update.
441 Round 17. SVG W3C tests. List omitted.
443 * platform/chromium/TestExpectations:
445 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
447 [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
449 * platform/mac/TestExpectations:
451 2013-02-08 Stephen Chenney <schenney@chromium.org>
453 Expectations as a result of removing Skia code suppressions
455 Unreviewed expectations update.
457 Round 16. Everything done but SVG, and cleanup.
459 * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
460 * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
461 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
462 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
463 * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
464 * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
465 * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
466 * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
467 * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
468 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
469 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
470 * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
471 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
472 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
473 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
474 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
475 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
476 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
477 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
478 * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
479 * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
480 * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
481 * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
482 * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
483 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
484 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
485 * platform/chromium-linux-x86/tables/mozilla/core: Removed.
486 * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
487 * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
488 * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
489 * platform/chromium-linux-x86/tables/mozilla/other: Removed.
490 * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
491 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
492 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
493 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
494 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
495 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
496 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
497 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
498 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
499 * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
500 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
501 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
502 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
503 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
504 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
505 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
506 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
507 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
508 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
509 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
510 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
511 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
512 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
513 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
514 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
515 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
516 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
517 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
518 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
519 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
520 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
521 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
522 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
523 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
524 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
525 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
526 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
527 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
528 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
529 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
530 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
531 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
532 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
533 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
534 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
535 * platform/chromium/TestExpectations:
537 2013-02-08 Stephen Chenney <schenney@chromium.org>
539 Expectations as a result of removing Skia code suppressions
541 Unreviewed expectations update.
543 Round 15. platform/. Too many to list.
545 * platform/chromium/TestExpectations:
547 2013-02-08 Stephen Chenney <schenney@chromium.org>
549 Expectations as a result of removing Skia code suppressions
551 Unreviewed expectations update.
553 Round 14. Remaining tests up to platform in sorted order. Too many to list.
555 * platform/chromium/TestExpectations:
557 2013-02-08 Stephen Chenney <schenney@chromium.org>
559 Expectations as a result of removing Skia code suppressions
561 Unreviewed expectations update.
563 Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
565 * platform/chromium/TestExpectations:
566 * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
567 * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
568 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
569 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
570 * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
571 * platform/efl-wk2/fast/text: Added.
572 * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
573 * platform/efl-wk2/fast/text/stroking-expected.png: Added.
574 * platform/efl-wk2/fast/transforms: Added.
575 * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
576 * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
577 * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
578 * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
579 * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
580 * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
581 * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
582 * platform/efl/fast/text/stroking-expected.png: Removed.
583 * platform/efl/fast/transforms/shadows-expected.png: Removed.
584 * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
585 * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
587 2013-02-08 Stephen Chenney <schenney@chromium.org>
589 Expectations as a result of removing Skia code suppressions
591 Unreviewed expectations update.
593 Round 12. More fast tests. Too many to list.
595 * platform/chromium/TestExpectations:
597 2013-02-08 Stephen Chenney <schenney@chromium.org>
599 [Chromium] Flakey test expectations update
601 Unreviewed gardening.
603 * platform/chromium/TestExpectations:
605 2013-02-08 Stephen Chenney <schenney@chromium.org>
607 Expectations as a result of removing Skia code suppressions
609 Unreviewed expectations update.
611 Round 11. Some fast tests. Elided.
613 * platform/chromium/TestExpectations:
615 2013-02-08 Stephen Chenney <schenney@chromium.org>
617 Expectations as a result of removing Skia code suppressions
619 Unreviewed expectations update.
621 Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
623 * fast/repaint/scale-page-shrink-expected.png: Added.
624 * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
625 * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
626 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
627 * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
628 * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
630 2013-02-08 Stephen Chenney <schenney@chromium.org>
632 Expectations as a result of removing Skia code suppressions
634 Unreviewed expectations update.
636 Round 9. These were rebaselined earlier before all the bots were done.
638 * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
639 * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
640 * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
641 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
642 * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
643 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
644 * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
645 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
646 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
647 * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
648 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
649 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
650 * platform/chromium-mac/svg/text/selection-styles-expected.png:
651 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
652 * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
653 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
654 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
655 * platform/chromium-win/svg/text/selection-styles-expected.png:
657 2013-02-08 Stephen Chenney <schenney@chromium.org>
659 Expectations as a result of removing Skia code suppressions
661 Unreviewed expectations update.
663 Round 8. Outstanding mac failure.
665 * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
666 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
667 * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
668 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
670 2013-02-08 Stephen Chenney <schenney@chromium.org>
672 Expectations as a result of removing Skia code suppressions
674 Unreviewed expectations update.
676 Round 7. Outstanding failing linux tests
678 * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
679 * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
681 2013-02-08 Stephen Chenney <schenney@chromium.org>
683 Expectations as a result of removing Skia code suppressions
685 Unreviewed expectations update.
687 Round 6. Outstanding failing linux tests
689 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
691 2013-02-08 Stephen Chenney <schenney@chromium.org>
693 Expectations as a result of removing Skia code suppressions
695 Unreviewed expectations update.
697 Round 5. Editing expectations.
699 File list truncated to remove the hundreds of files that have been updated.
701 * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
702 * platform/efl-wk1/editing/selection: Added.
703 * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
704 * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
706 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
708 [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
710 * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
711 * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
713 2013-02-08 Stephen White <senorblanco@chromium.org>
715 [chromium] Unreviewed gardening. Remove effect-reference-hw from test expectations, since it's now passing.
716 https://bugs.webkit.org/show_bug.cgi?id=104289
718 * platform/chromium/TestExpectations:
720 2013-02-08 Kent Tamura <tkent@chromium.org>
722 [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
723 https://bugs.webkit.org/show_bug.cgi?id=109272
725 Reviewed by Kentaro Hara.
727 * platform/chromium/TestExpectations:
728 Skip fast/forms/datetime and datetime-multiple-fields
730 2013-02-08 Stephen Chenney <schenney@chromium.org>
732 Expectations as a result of removing Skia code suppressions
734 Unreviewed expectations update.
736 Round 4. CSS expectations.
738 * platform/chromium-linux-x86/css1/box_properties: Removed.
739 * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
740 * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
741 * platform/chromium-linux-x86/css3/images: Removed.
742 * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
743 * platform/chromium-linux-x86/css3/selectors3/html: Removed.
744 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
745 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
746 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
747 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
748 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
749 * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
750 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
751 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
752 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
753 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
754 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
755 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
756 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
757 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
758 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
759 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
760 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
761 * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
762 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
763 * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
764 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
765 * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
766 * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
767 * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
768 * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
769 * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
770 * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
771 * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
772 * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
773 * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
774 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
775 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
776 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
777 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
778 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
779 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
780 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
781 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
782 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
783 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
784 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
785 * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
786 * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
787 * platform/chromium-mac-lion/css3/images: Removed.
788 * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
789 * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
790 * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
791 * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
792 * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
793 * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
794 * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
795 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
796 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
797 * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
798 * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
799 * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
800 * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
801 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
802 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
803 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
804 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
805 * platform/chromium-win-xp/css3/images: Removed.
806 * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
807 * platform/chromium-win-xp/css3/selectors3: Removed.
808 * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
809 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
810 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
811 * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
812 * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
813 * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
814 * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
815 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
816 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
817 * platform/chromium/TestExpectations:
818 * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
819 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
820 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
822 2013-02-08 Stephen Chenney <schenney@chromium.org>
824 Expectations as a result of removing Skia code suppressions
826 Unreviewed expectations update.
828 Round 3. Remaining expected failures that had platform-specific supppressions
830 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
831 * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
832 * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
833 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
834 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
835 * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
836 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
837 * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
838 * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
839 * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
840 * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
841 * platform/chromium-mac-lion/fast/dom/52776-expected.png:
842 * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
843 * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
844 * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
845 * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
846 * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
847 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
848 * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
849 * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
850 * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
851 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
852 * platform/chromium-mac/fast/dom/52776-expected.png:
853 * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
854 * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
855 * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
856 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
857 * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
858 * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
859 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
860 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
861 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
862 * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
863 * platform/chromium/TestExpectations:
864 * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
865 * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
867 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
869 [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
871 * platform/qt/TestExpectations:
872 * platform/qt/svg/css/arrow-with-shadow-expected.png:
873 * platform/qt/svg/css/arrow-with-shadow-expected.txt:
874 * platform/qt/svg/css/clippath-with-shadow-expected.png:
875 * platform/qt/svg/css/clippath-with-shadow-expected.txt:
876 * platform/qt/svg/css/composite-shadow-text-expected.png:
877 * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
878 * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
879 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
880 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
882 2013-02-08 Stephen Chenney <schenney@chromium.org>
884 Expectations as a result of removing Skia code suppressions
886 Unreviewed expectations update.
888 Round 2. Failing Linux tests with no expectations
890 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
891 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
892 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
893 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
894 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
895 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
896 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
897 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
898 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
899 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
900 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
901 * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
902 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
903 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
904 * platform/chromium-linux/svg/text/selection-styles-expected.png:
905 * platform/efl-wk2/fast/repaint: Added.
906 * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
907 * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
908 * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
910 2013-02-08 Stephen Chenney <schenney@chromium.org>
912 Expectations as a result of removing Skia code suppressions
914 Unreviewed expectations update.
916 Round 1. Some tests that have existing expectations.
918 * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
919 * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
920 * platform/chromium-linux-x86/editing/input: Removed.
921 * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
922 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
923 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
924 * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
925 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
926 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
927 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
928 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
929 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
930 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
931 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
932 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
933 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
934 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
935 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
936 * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
937 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
938 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
939 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
940 * platform/chromium-win-xp/editing/input: Removed.
941 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
942 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
943 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
944 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
945 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
946 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
947 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
948 * platform/chromium/TestExpectations:
949 * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
950 * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
951 * platform/efl-wk2/editing/input: Added.
952 * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
953 * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
954 * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
956 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
958 [Qt] Unreviewed gardening.
959 https://bugs.webkit.org/show_bug.cgi?id=109209.
961 * platform/qt/TestExpectations:
962 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
963 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
965 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
967 [Qt][Wk2] Unreviewed gardening. Skip failing tests.
968 https://bugs.webkit.org/show_bug.cgi?id=109291.
970 * platform/qt-5.0-wk2/TestExpectations:
972 2013-02-08 Stephen Chenney <schenney@chromium.org>
974 Expectations as a result of removing Skia code suppressions
976 Unreviewed expectations update.
978 These are tests that failed due to bad expectations.
980 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
981 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
982 * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
983 * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
984 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
985 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
986 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
987 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
988 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
989 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
990 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
991 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
992 * platform/chromium-win/platform/chromium/rubberbanding: Added.
993 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
994 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
995 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
996 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
997 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
998 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
999 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
1000 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
1001 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
1002 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
1003 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
1004 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
1005 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
1006 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
1007 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
1008 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
1009 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1010 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1011 * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
1012 * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
1013 * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
1014 * platform/chromium/TestExpectations:
1016 2013-02-08 Stephen Chenney <schenney@chromium.org>
1018 Expectations as a result of removing Skia code suppressions
1020 Unreviewed gardening.
1022 * platform/chromium/TestExpectations: Last of the Win failures.
1024 2013-02-08 Stephen Chenney <schenney@chromium.org>
1026 Expectations as a result of removing Skia code suppressions
1028 Unreviewed gardening.
1030 * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
1032 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1034 Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
1035 https://bugs.webkit.org/show_bug.cgi?id=109282
1037 Reviewed by Alexander Pavlov.
1039 * http/tests/inspector-enabled/dynamic-scripts.html:
1040 * http/tests/inspector/compiler-script-mapping.html:
1041 * http/tests/inspector/workspace-test.js:
1042 (initialize_WorkspaceTest.InspectorTest.createWorkspace):
1043 * inspector/debugger/breakpoint-manager.html:
1044 * inspector/debugger/dynamic-scripts.html:
1045 * inspector/debugger/script-snippet-model.html:
1046 * inspector/debugger/scripts-file-selector.html:
1047 * inspector/debugger/scripts-panel.html:
1048 * inspector/debugger/scripts-sorting-expected.txt:
1049 * inspector/debugger/scripts-sorting.html:
1050 * inspector/uisourcecode-revisions.html:
1052 2013-02-08 Stephen Chenney <schenney@chromium.org>
1054 Expectations as a result of removing Skia code suppressions
1056 Unreviewed gardening.
1058 * platform/chromium/TestExpectations: Outstanding Win failures
1060 2013-02-08 Stephen Chenney <schenney@chromium.org>
1062 Expectations as a result of removing Skia code suppressions
1064 Unreviewed gardening.
1066 * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
1068 2013-02-08 Stephen Chenney <schenney@chromium.org>
1070 Expectations as a result of removing Skia code suppressions
1072 Unreviewed gardening.
1074 * platform/chromium/TestExpectations: Modified a MountainLion expectation
1076 2013-02-08 Stephen Chenney <schenney@chromium.org>
1078 Expectations as a result of removing Skia code suppressions
1080 Unreviewed gardening.
1082 * platform/chromium/TestExpectations:
1084 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1086 Web Inspector: Replace workspace with project in UISourceCode constructor.
1087 https://bugs.webkit.org/show_bug.cgi?id=109256
1089 Reviewed by Alexander Pavlov.
1091 * inspector/debugger/breakpoint-manager-expected.txt:
1092 * inspector/debugger/breakpoint-manager.html:
1093 * inspector/debugger/script-formatter-search.html:
1094 * inspector/debugger/scripts-file-selector.html:
1095 * inspector/debugger/scripts-panel.html:
1096 * inspector/debugger/scripts-sorting.html:
1097 * inspector/debugger/ui-source-code-display-name.html:
1098 * inspector/debugger/ui-source-code.html:
1099 * inspector/uisourcecode-revisions.html:
1101 2013-02-08 Zan Dobersek <zdobersek@igalia.com>
1103 Unreviewed GTK gardening.
1105 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
1107 2013-02-08 Stephen Chenney <schenney@chromium.org>
1109 Remove Skia code suppressions
1111 Unreviewed enabling of existing optimizations
1113 Removing all skia_webkit.gyp code suppressions and adding expectations
1116 * platform/chromium/TestExpectations:
1118 2013-02-08 Stephen Chenney <schenney@chromium.org>
1120 [chromium] Unreviewed gardening. Adjusting expectations for two failures.
1122 Unreviewed Chromium expectations
1124 * platform/chromium/TestExpectations:
1126 2013-02-08 Matt Falkenhagen <falken@chromium.org>
1128 [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
1129 https://bugs.webkit.org/show_bug.cgi?id=96441
1131 * platform/chromium/TestExpectations:
1133 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1135 [Qt] Unreviewed gardening. Skip failing tests.
1137 * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
1138 * platform/qt/TestExpectations:
1139 * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
1141 2013-02-08 KwangYong Choi <ky0.choi@samsung.com>
1143 [EFL] Mark some tests as passing with incorrect expectations
1144 https://bugs.webkit.org/show_bug.cgi?id=109173
1146 Unreviewed EFL gardening.
1148 Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
1150 Currently, the tests are passing with their generated incorrect expectations.
1151 It should be checked if the test starts failing. It means, the test can be passing now.
1153 Below tests are marked as passing tests with incorrect expectations.
1155 fast/forms/basic-textareas-quirks.html
1156 fast/forms/input-disabled-color.html
1157 fast/forms/input-readonly-dimmed.html
1158 fast/forms/listbox-hit-test-zoomed.html
1159 fast/forms/menulist-narrow-width.html
1160 fast/forms/menulist-style-color.html
1161 fast/forms/plaintext-mode-2.html
1162 fast/forms/search-cancel-button-style-sharing.html
1163 fast/forms/search-rtl.html
1164 fast/forms/select-baseline.html
1165 fast/forms/select-style.html
1166 fast/forms/zoomed-controls.html
1168 * platform/efl-wk1/TestExpectations:
1169 * platform/efl-wk2/TestExpectations:
1170 * platform/efl/TestExpectations:
1172 2013-02-08 Kentaro Hara <haraken@chromium.org>
1174 Support a relatedTarget attribute on focus/blur events
1175 https://bugs.webkit.org/show_bug.cgi?id=109176
1177 Reviewed by Ojan Vafai.
1179 In bug 76216, we supported a relatedTarget attribute on
1180 focusin/focusout events. We should also support it on focus/blur events.
1182 See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
1183 for the www-dom discussion.
1185 * fast/dom/shadow/shadow-boundary-events-expected.txt:
1186 * fast/dom/shadow/shadow-boundary-events.html:
1187 * fast/events/related-target-focusevent-expected.txt:
1188 * fast/events/related-target-focusevent.html:
1190 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
1192 Web Inspector: reduce number of native memory instrumentation categories
1193 https://bugs.webkit.org/show_bug.cgi?id=109146
1195 Reviewed by Pavel Feldman.
1197 Updated tests to use new memory categories.
1199 * inspector-protocol/nmi-webaudio-expected.txt:
1200 * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
1201 * inspector-protocol/nmi-webaudio-leak-test.html:
1202 * inspector-protocol/nmi-webaudio.html:
1203 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1204 * inspector/profiler/memory-instrumentation-cached-images.html:
1205 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1206 * inspector/profiler/memory-instrumentation-canvas.html:
1208 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1210 [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
1211 https://bugs.webkit.org/show_bug.cgi?id=109262
1213 An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
1215 * platform/chromium/TestExpectations:
1217 2013-02-07 Mike West <mkwst@chromium.org>
1219 <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
1220 https://bugs.webkit.org/show_bug.cgi?id=87707
1222 Reviewed by Eric Seidel.
1224 * fast/frames/seamless/seamless-float-expected.txt:
1225 * fast/frames/seamless/seamless-inline-expected.txt:
1226 Rebaseline the now-passing bits of these tests.
1228 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
1230 Unreviewed rebaseline.
1232 * 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.
1233 * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
1234 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
1235 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
1236 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
1237 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
1238 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
1239 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
1240 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
1242 2013-02-07 Kent Tamura <tkent@chromium.org>
1244 document.activeElement should not return a non-focusable element
1245 https://bugs.webkit.org/show_bug.cgi?id=86707
1247 Reviewed by Hajime Morita.
1249 * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
1250 * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
1251 This test verifies that document.activeElement does not return an
1252 invalid or non-focusable element.
1254 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1256 [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
1258 See https://bugs.webkit.org/show_bug.cgi?id=109114
1260 * platform/chromium/TestExpectations:
1262 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
1264 Cleaning up after r142208
1265 https://bugs.webkit.org/show_bug.cgi?id=109228
1269 The commit-queue didn't remove these files for some reason. Removing them manually.
1271 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1272 * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1273 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1274 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1275 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1276 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1277 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1279 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
1281 Rebaseline text output for contentOpaque
1282 https://bugs.webkit.org/show_bug.cgi?id=108656
1284 Unreviewed rebaseline.
1286 * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
1287 * platform/chromium/TestExpectations:
1288 * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
1289 * platform/mac/TestExpectations:
1290 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
1291 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
1293 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1295 Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
1296 which was failing on Chromium Mac after r142152.
1298 * 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.
1300 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
1302 Unreviewed, rolling out r142113.
1303 http://trac.webkit.org/changeset/142113
1304 https://bugs.webkit.org/show_bug.cgi?id=109244
1306 tests started failing after r142081 was rolled out in r142166
1307 (Requested by falken on #webkit).
1309 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1310 * inspector/profiler/memory-instrumentation-cached-images.html:
1311 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1312 * inspector/profiler/memory-instrumentation-canvas.html:
1314 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
1316 getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
1317 https://bugs.webkit.org/show_bug.cgi?id=106535
1319 Reviewed by Ojan Vafai.
1321 Update tests to also check getComputedStyle during animations and transitions.
1323 * fast/css-generated-content/pseudo-animation-expected.txt:
1324 * fast/css-generated-content/pseudo-animation.html:
1325 * fast/css-generated-content/pseudo-transition-expected.txt:
1326 * fast/css-generated-content/pseudo-transition.html:
1328 2013-02-07 Kent Tamura <tkent@chromium.org>
1330 [Chromium-Android] Disable input[type=datetime]
1331 https://bugs.webkit.org/show_bug.cgi?id=107614
1333 Reviewed by Kentaro Hara.
1335 * platform/chromium/TestExpectations:
1336 Tetsts in fast/forms/datetime/ fail.
1338 2013-02-07 Jeffrey Pfau <jpfau@apple.com>
1340 [Mac] Unreviewed, skip crashing test
1342 * platform/mac/TestExpectations:
1344 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
1346 [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest
1347 https://bugs.webkit.org/show_bug.cgi?id=109228
1349 Reviewed by Eric Seidel.
1351 Simplify and turn the test into a reftest, remove the unnecessary expected files.
1353 * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
1354 * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1355 * fast/regions/selecting-text-through-different-region-flows.html:
1356 * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1357 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1358 * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1359 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1360 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1361 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1362 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1363 * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1364 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1365 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1367 2013-02-07 Alexei Svitkine <asvitkine@chromium.org>
1369 Chromium: Hang parsing bidi control chars on Mac OS X 10.6
1370 https://bugs.webkit.org/show_bug.cgi?id=108877
1372 This was broken a while ago by:
1373 https://bugs.webkit.org/show_bug.cgi?id=83045
1375 On 10.6, CoreText will not produce any runs covering the
1376 Unicode BiDi RTL mark control char, which causes an infinite
1377 loop in ComplexTextController::indexOfCurrentRun() due to no
1378 run covering the character at offset 0.
1380 This patch fixes that issue by finding the earliest run
1381 explicitly via the minimum stringBegin() index instead of
1382 relying on a run existing that covers offset 0.
1384 Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
1385 Chromium bug: http://crbug.com/167844
1387 New test in the same style as harfbuzz-buffer-overrun.html
1390 Reviewed by Eric Seidel.
1392 * fast/text/international/rtl-mark-expected.txt: Added.
1393 * fast/text/international/rtl-mark.html: Added.
1395 2013-02-07 Kentaro Hara <haraken@chromium.org>
1397 Implement FocusEvent constructor
1398 https://bugs.webkit.org/show_bug.cgi?id=109170
1400 Reviewed by Adam Barth.
1402 Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
1404 FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
1405 flag, which is enabled on Chromium and Safari.
1407 * fast/dom/constructed-objects-prototypes-expected.txt:
1408 * fast/events/constructors/focus-event-constructor-expected.txt: Added.
1409 * fast/events/constructors/focus-event-constructor.html: Added.
1410 * platform/efl/TestExpectations:
1411 * platform/gtk/TestExpectations:
1412 * platform/qt/TestExpectations:
1413 * platform/win/TestExpectations:
1414 * platform/wincairo/TestExpectations:
1416 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
1418 HTML parser should queue MutationRecords for its operations
1419 https://bugs.webkit.org/show_bug.cgi?id=89351
1421 Reviewed by Eric Seidel.
1423 Add new test mutation records in the parser and fix shadow-dom.html
1424 test since it used setTimeout and sometimes could observe parser
1427 * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
1428 * fast/dom/MutationObserver/parser-mutations.html: Added.
1429 * fast/dom/MutationObserver/shadow-dom-expected.txt:
1430 * fast/dom/MutationObserver/shadow-dom.html:
1432 2013-02-07 Adam Barth <abarth@webkit.org>
1434 fast/parser/document-write-noscript.html fails for threaded HTML parser
1435 https://bugs.webkit.org/show_bug.cgi?id=109237
1437 Reviewed by Eric Seidel.
1439 This tests basic document.write functionality. There doesn't appear to
1440 be another fast/parser test that covers this basic case (although it's
1441 convered in some more complicated test cases incidentally.)
1443 * fast/parser/document-write-basic-expected.txt: Added.
1444 * fast/parser/document-write-basic.html: Added.
1446 2013-02-07 Keishi Hattori <keishi@webkit.org>
1448 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
1449 https://bugs.webkit.org/show_bug.cgi?id=109136
1451 Reviewed by Kent Tamura.
1453 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
1454 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
1455 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
1456 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
1457 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
1458 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
1459 * platform/chromium/TestExpectations:
1461 2013-02-07 Terry Anderson <tdanderson@chromium.org>
1463 Non-scrollable divs and non-scrollable iframes can scroll with touch
1464 https://bugs.webkit.org/show_bug.cgi?id=109087
1466 Reviewed by Eric Seidel.
1468 Two new layout tests added to demonstrate that the changes to
1469 RenderLayer::scrollBy() and closestScrollableNodeCandidate() in
1470 EventHandler.cpp are both necessary to ensure that non-scrollable
1471 divs and non-scrollable iframes cannot be scrolled with touch.
1473 * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
1474 * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
1475 * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
1476 * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
1477 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
1478 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
1480 2013-02-07 Michelangelo De Simone <michelangelo@webkit.org>
1482 [CSS Shaders] Add the last blending step
1483 https://bugs.webkit.org/show_bug.cgi?id=104012
1485 Added a test to check the correct blending in presence of a transparent backdrop.
1487 Reviewed by Dean Jackson.
1489 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
1490 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
1491 * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
1492 differences, please see the relevant bug: http://webkit.org/b/107487
1494 2013-02-07 Hans Muller <hmuller@adobe.com>
1496 [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
1497 https://bugs.webkit.org/show_bug.cgi?id=107566
1499 Reviewed by David Hyatt.
1501 Added a simple polygonal shape-inside test where only a subset of the polygon edges
1502 should contribute to each line's offset edges.
1504 * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
1505 * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
1507 2013-02-07 James Craig <jcraig@apple.com>
1509 Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
1510 https://bugs.webkit.org/show_bug.cgi?id=109027
1512 Reviewed by Chris Fleizach.
1514 New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles.
1516 * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
1517 * platform/mac/accessibility/role-subrole-roledescription.html: Added.
1519 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
1521 Unreviewed GTK gardening.
1523 * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
1524 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
1526 2013-02-07 Benjamin Poulain <bpoulain@apple.com>
1528 Move pauseAnimation/pauseTransition from TestRunner to Internals
1529 https://bugs.webkit.org/show_bug.cgi?id=109107
1531 Reviewed by Anders Carlsson.
1533 Change the tests with the following:
1534 -Use the methods on Internals instead of TestRunner.
1535 -Adapt the calls to pass a particular element instead of an ID.
1536 -Remove feature detection. Having Internals implies having the feature.
1538 * animations/animation-hit-test-transform.html:
1539 * animations/animation-hit-test.html:
1540 * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
1541 * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
1542 * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
1543 * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
1544 * animations/change-keyframes-name.html:
1545 * animations/change-transform-style-during-animation.html:
1546 * animations/missing-from-to-transforms.html:
1547 * animations/missing-from-to.html:
1548 * animations/resources/animation-test-helpers.js:
1549 (checkExpectedValue):
1551 * css3/calc/transitions-dependent.html:
1552 * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
1553 * transitions/opacity-transition-zindex.html:
1554 * transitions/resources/transition-test-helpers.js:
1556 * transitions/transition-drt-api-delay.html:
1557 * transitions/transition-drt-api.html:
1558 * transitions/transition-hit-test-transform.html:
1559 * transitions/transition-hit-test.html:
1561 2013-02-07 Rik Cabanier <cabanier@adobe.com>
1563 Add support for parsing of -webkit-background-blend-mode
1564 https://bugs.webkit.org/show_bug.cgi?id=108547
1566 Reviewed by David Hyatt.
1568 Added parsing and general CSS handling of -webkit-background-blend-mode per
1569 https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
1571 * css3/compositing/background-blend-mode-property-expected.txt: Added.
1572 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
1573 * css3/compositing/background-blend-mode-property-parsing.html: Added.
1574 * css3/compositing/background-blend-mode-property.html: Added.
1575 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
1578 (testBlendModeRule):
1579 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
1582 * css3/compositing/background-blend-mode-property-expected.txt: Added.
1583 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
1584 * css3/compositing/background-blend-mode-property-parsing.html: Added.
1585 * css3/compositing/background-blend-mode-property.html: Added.
1586 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
1589 (testBlendModeRule):
1590 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
1592 * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
1593 * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
1595 2013-02-07 Gavin Peters <gavinp@chromium.org>
1597 Unreviewed, rolling out r142142.
1598 http://trac.webkit.org/changeset/142142
1599 https://bugs.webkit.org/show_bug.cgi?id=109154
1601 Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
1603 * inspector/editor/text-editor-home-button-expected.txt: Removed.
1604 * inspector/editor/text-editor-home-button.html: Removed.
1605 * platform/efl/TestExpectations:
1606 * platform/mac/TestExpectations:
1607 * platform/qt/TestExpectations:
1609 2013-02-07 Bear Travis <betravis@adobe.com>
1611 [CSS Exclusions] shape-inside does not properly handle padding or border
1612 https://bugs.webkit.org/show_bug.cgi?id=102715
1614 Reviewed by David Hyatt.
1616 Test that borders and padding are properly accounted for when laying out text in
1619 * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
1621 * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
1622 * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
1624 2013-01-27 Robert Hogan <robert@webkit.org>
1626 CSS 2.1 failure: floats-149 fails
1627 https://bugs.webkit.org/show_bug.cgi?id=95772
1629 Reviewed by David Hyatt.
1631 * css2.1/20110323/floats-149-expected.html: Added.
1632 * css2.1/20110323/floats-149.htm: Added.
1633 * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
1634 * fast/inline/inline-with-empty-inline-children.html: Added.
1635 * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
1637 2013-02-07 Max Vujovic <mvujovic@adobe.com>
1639 [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
1640 https://bugs.webkit.org/show_bug.cgi?id=109082
1642 Move the at-rule parsing tests to the recently added folder named
1643 "custom-with-at-rule-parsing".
1645 Remove the "custom-filter" prefix from the test filenames to
1646 match the new convention.
1648 Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
1649 "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
1650 that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
1651 behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
1652 expectation file that was previously needed for "shouldBeType".
1654 Reviewed by Dean Jackson.
1656 * 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.
1657 * 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.
1658 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
1659 * 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.
1660 * 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.
1661 (testInvalidFilterAtRule):
1662 * 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.
1666 * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
1667 * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
1669 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
1671 Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
1672 https://bugs.webkit.org/show_bug.cgi?id=109201
1674 Reviewed by Pavel Feldman.
1676 * inspector/debugger/network-uisourcecode-provider.html:
1678 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
1680 Web Inspector: home button behaviour is wrong in DTE
1681 https://bugs.webkit.org/show_bug.cgi?id=109154
1683 Reviewed by Vsevolod Vlasov.
1685 Add layout test to verify home button behaviour. Exclude this test on
1686 platforms that do not have eventSender object in test shell.
1688 * inspector/editor/text-editor-home-button-expected.txt: Added.
1689 * inspector/editor/text-editor-home-button.html: Added.
1690 * platform/efl/TestExpectations:
1691 * platform/mac/TestExpectations:
1692 * platform/qt/TestExpectations:
1694 2013-02-07 Allan Sandfeld Jensen <allan.jensen@digia.com>
1696 Scrollbars misplaced with accelerated compositing for overflow scroll
1697 https://bugs.webkit.org/show_bug.cgi?id=108625
1699 Reviewed by Simon Fraser.
1701 Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
1702 and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
1704 * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
1705 * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
1707 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
1709 [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
1710 https://bugs.webkit.org/show_bug.cgi?id=107567.
1712 * platform/qt/TestExpectations:
1713 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
1714 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
1715 * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
1716 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
1717 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
1718 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
1719 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
1720 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
1721 * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
1722 * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
1723 * platform/qt/fast/text/whitespace/006-expected.png:
1724 * platform/qt/fast/text/whitespace/006-expected.txt:
1725 * platform/qt/fast/text/whitespace/007-expected.png:
1726 * platform/qt/fast/text/whitespace/007-expected.txt:
1727 * platform/qt/svg/batik/text/xmlSpace-expected.png:
1728 * platform/qt/svg/batik/text/xmlSpace-expected.txt:
1729 * platform/qt/svg/carto.net/combobox-expected.png:
1730 * platform/qt/svg/carto.net/combobox-expected.txt:
1731 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
1732 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
1733 * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
1734 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
1735 * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
1736 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
1738 2013-02-07 Gavin Peters <gavinp@chromium.org>
1740 Unreviewed, rolling out r142111.
1741 http://trac.webkit.org/changeset/142111
1742 https://bugs.webkit.org/show_bug.cgi?id=108055
1744 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
1746 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
1747 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
1748 * platform/chromium/TestExpectations:
1749 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
1750 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
1751 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
1752 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
1754 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
1756 Web Inspector: [Regression] Map.size() returns negative values.
1757 https://bugs.webkit.org/show_bug.cgi?id=109174
1759 Reviewed by Yury Semikhatsky.
1761 * inspector/map-expected.txt:
1762 * inspector/map.html:
1764 2013-02-07 Kent Tamura <tkent@chromium.org>
1766 Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
1767 https://bugs.webkit.org/show_bug.cgi?id=109160
1769 Reviewed by Kentaro Hara.
1771 * fast/forms/number/number-l10n-input-expected.txt: Added.
1772 * fast/forms/number/number-l10n-input.html: Added.
1774 2013-02-07 Stephen White <senorblanco@chromium.org>
1776 [chromium] New baselines for GPU-accelerated reference filters tests. Unreviewed.
1777 https://bugs.webkit.org/show_bug.cgi?id=104289
1779 * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
1780 * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
1781 * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
1782 * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
1783 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
1784 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
1785 * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
1786 * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
1787 * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
1788 * platform/chromium/TestExpectations:
1790 2013-02-07 Peter Rybin <prybin@chromium.org>
1792 Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
1793 https://bugs.webkit.org/show_bug.cgi?id=107829
1795 Reviewed by Pavel Feldman.
1797 * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
1798 * inspector-protocol/debugger-setVariableValue.html: Added.
1799 * inspector/console/command-line-api-expected.txt:
1800 * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
1802 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
1804 Web Inspector: reduce number of native memory instrumentation categories
1805 https://bugs.webkit.org/show_bug.cgi?id=109146
1807 Reviewed by Pavel Feldman.
1809 Fix layout tests that started failing after r142081.
1811 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1812 * inspector/profiler/memory-instrumentation-cached-images.html:
1813 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1814 * inspector/profiler/memory-instrumentation-canvas.html:
1816 2013-02-07 Keishi Hattori <keishi@webkit.org>
1818 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
1819 https://bugs.webkit.org/show_bug.cgi?id=108055
1821 Reviewed by Kent Tamura.
1823 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
1824 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
1825 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
1826 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
1827 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
1828 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
1829 * platform/chromium/TestExpectations:
1831 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
1833 [Qt] Unreviewed gardening. Skip failing test.
1835 * platform/qt/TestExpectations:
1837 2013-02-07 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1839 [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
1841 * platform/qt/TestExpectations:
1842 * platform/qt/fast/dynamic/002-expected.txt:
1843 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
1844 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
1846 2013-02-07 Gregg Tavares <gman@chromium.org>
1848 Add WebGL Conformance Tests state, renderbuffers, and reading folders.
1849 https://bugs.webkit.org/show_bug.cgi?id=109121
1851 Reviewed by Kenneth Russell.
1853 * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
1854 * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
1855 * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
1856 * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
1857 * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
1858 * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
1859 * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
1860 * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
1861 * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
1862 * webgl/conformance/state/gl-enable-enum-test.html: Added.
1863 * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
1864 * webgl/conformance/state/gl-enum-tests.html: Added.
1865 * webgl/conformance/state/gl-get-calls-expected.txt: Added.
1866 * webgl/conformance/state/gl-get-calls.html: Added.
1867 * webgl/conformance/state/gl-geterror-expected.txt: Added.
1868 * webgl/conformance/state/gl-geterror.html: Added.
1869 * webgl/conformance/state/gl-getstring-expected.txt: Added.
1870 * webgl/conformance/state/gl-getstring.html: Added.
1871 * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
1872 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
1873 * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
1874 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
1875 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
1876 * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
1877 * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
1878 * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
1879 * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
1880 * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
1881 * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
1882 * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
1884 2013-02-07 Gregg Tavares <gman@chromium.org>
1886 Add WebGL Conformance Tests rendering folder.
1887 https://bugs.webkit.org/show_bug.cgi?id=109122
1889 Reviewed by Kenneth Russell.
1891 * webgl/conformance/rendering/culling-expected.txt: Added.
1892 * webgl/conformance/rendering/culling.html: Added.
1893 * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
1894 * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
1895 * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
1896 * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
1897 * webgl/conformance/rendering/gl-clear-expected.txt: Added.
1898 * webgl/conformance/rendering/gl-clear.html: Added.
1899 * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
1900 * webgl/conformance/rendering/gl-drawelements.html: Added.
1901 * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
1902 * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
1903 * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
1904 * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
1905 * webgl/conformance/rendering/simple-expected.txt: Added.
1906 * webgl/conformance/rendering/simple.html: Added.
1907 * webgl/conformance/rendering/triangle-expected.txt: Added.
1908 * webgl/conformance/rendering/triangle.html: Added.
1909 * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
1910 * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
1911 * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
1912 * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
1913 * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
1914 * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
1915 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
1916 * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
1917 * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
1918 * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
1919 * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
1921 2013-02-07 Gregg Tavares <gman@chromium.org>
1923 Add WebGL Conformance Tests programs folder.
1924 https://bugs.webkit.org/show_bug.cgi?id=109120
1926 Reviewed by Kenneth Russell.
1928 * webgl/conformance/programs/get-active-test-expected.txt: Added.
1929 * webgl/conformance/programs/get-active-test.html: Added.
1930 * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
1931 * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
1932 * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
1933 * webgl/conformance/programs/gl-get-active-attribute.html: Added.
1934 * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
1935 * webgl/conformance/programs/gl-get-active-uniform.html: Added.
1936 * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
1937 * webgl/conformance/programs/gl-getshadersource.html: Added.
1938 * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
1939 * webgl/conformance/programs/gl-shader-test.html: Added.
1940 * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
1941 * webgl/conformance/programs/invalid-UTF-16.html: Added.
1942 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
1943 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
1944 * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
1945 * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
1946 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
1947 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
1948 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
1949 * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
1950 * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
1951 * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
1952 * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
1954 2013-02-07 Gregg Tavares <gman@chromium.org>
1956 Add WebGL Conformance Tests context folder.
1957 https://bugs.webkit.org/show_bug.cgi?id=109114
1959 Reviewed by Kenneth Russell.
1961 * webgl/conformance/context/constants-expected.txt: Added.
1962 * webgl/conformance/context/constants.html: Added.
1963 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
1964 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
1965 * webgl/conformance/context/context-lost-expected.txt: Added.
1966 * webgl/conformance/context/context-lost-restored-expected.txt: Added.
1967 * webgl/conformance/context/context-lost-restored.html: Added.
1968 * webgl/conformance/context/context-lost.html: Added.
1969 * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
1970 * webgl/conformance/context/context-release-upon-reload.html: Added.
1971 * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
1972 * webgl/conformance/context/context-release-with-workers.html: Added.
1973 * webgl/conformance/context/context-type-test-expected.txt: Added.
1974 * webgl/conformance/context/context-type-test.html: Added.
1975 * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
1976 * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
1977 * webgl/conformance/context/methods-expected.txt: Added.
1978 * webgl/conformance/context/methods.html: Added.
1979 * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
1980 * webgl/conformance/context/premultiplyalpha-test.html: Added.
1981 * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
1982 * webgl/conformance/context/resource-sharing-test.html: Added.
1983 * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
1984 * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
1985 * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
1986 * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
1987 * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
1988 * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
1989 * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
1990 * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
1991 * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
1992 * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
1993 * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
1994 * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
1995 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
1996 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
1997 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
1999 2013-02-07 Gregg Tavares <gman@chromium.org>
2001 Add WebGL Conformance Tests uniforms folder.
2002 https://bugs.webkit.org/show_bug.cgi?id=109112
2004 Reviewed by Kenneth Russell.
2006 * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
2007 * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
2008 * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
2009 * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
2010 * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
2011 * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
2012 * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
2013 * webgl/conformance/uniforms/null-uniform-location.html: Added.
2014 * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
2015 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
2016 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
2017 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
2018 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
2019 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
2020 * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
2021 * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
2022 * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
2024 2013-02-07 Gregg Tavares <gman@chromium.org>
2026 Add WebGL Conformance Tests canvas folder.
2027 https://bugs.webkit.org/show_bug.cgi?id=109113
2029 Reviewed by Kenneth Russell.
2031 * webgl/conformance/canvas/canvas-test-expected.txt: Added.
2032 * webgl/conformance/canvas/canvas-test.html: Added.
2033 * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
2034 * webgl/conformance/canvas/canvas-zero-size.html: Added.
2035 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
2036 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2037 * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
2038 * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2039 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
2040 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2041 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
2042 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2043 * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
2044 * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2045 * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
2046 * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
2047 * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
2048 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2049 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2050 * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2051 * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2052 * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2054 2013-02-07 Gregg Tavares <gman@chromium.org>
2056 Add WebGL Conformance Tests texture folder.
2057 https://bugs.webkit.org/show_bug.cgi?id=109111
2059 Reviewed by Kenneth Russell.
2061 * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
2062 * webgl/conformance/textures/compressed-tex-image.html: Added.
2063 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
2064 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2065 * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
2066 * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
2067 * webgl/conformance/textures/gl-teximage-expected.txt: Added.
2068 * webgl/conformance/textures/gl-teximage.html: Added.
2069 * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
2070 * webgl/conformance/textures/mipmap-fbo.html: Added.
2071 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
2072 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2073 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
2074 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
2075 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2076 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
2077 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2078 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
2079 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2080 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2081 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
2082 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2083 * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
2084 * webgl/conformance/textures/tex-image-webgl.html: Added.
2085 * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
2086 * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
2087 * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
2088 * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
2089 * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
2090 * webgl/conformance/textures/tex-input-validation.html: Added.
2091 * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
2092 * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2093 * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
2094 * webgl/conformance/textures/tex-sub-image-2d.html: Added.
2095 * webgl/conformance/textures/texparameter-test-expected.txt: Added.
2096 * webgl/conformance/textures/texparameter-test.html: Added.
2097 * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
2098 * webgl/conformance/textures/texture-attachment-formats.html: Added.
2099 * webgl/conformance/textures/texture-clear-expected.txt: Added.
2100 * webgl/conformance/textures/texture-clear.html: Added.
2101 * webgl/conformance/textures/texture-complete-expected.txt: Added.
2102 * webgl/conformance/textures/texture-complete.html: Added.
2103 * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
2104 * webgl/conformance/textures/texture-formats-test.html: Added.
2105 * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
2106 * webgl/conformance/textures/texture-hd-dpi.html: Added.
2107 * webgl/conformance/textures/texture-npot-expected.txt: Added.
2108 * webgl/conformance/textures/texture-npot.html: Added.
2109 * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
2110 * webgl/conformance/textures/texture-size-cube-maps.html: Added.
2111 * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
2112 * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
2113 * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
2114 * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2115 * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
2116 * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
2117 * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
2118 * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
2119 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2120 * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
2121 * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
2122 * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
2123 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2124 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2125 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2126 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2127 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2128 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2129 * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
2130 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
2131 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
2132 * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
2133 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2134 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
2135 * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
2136 * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
2137 * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
2138 * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
2139 * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
2140 * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
2141 * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
2142 * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
2143 * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
2144 * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2145 * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
2147 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
2149 Web Inspector: highlight matching braces in DTE.
2150 https://bugs.webkit.org/show_bug.cgi?id=108697
2152 Reviewed by Pavel Feldman.
2154 New layout test to verify brace matching functionality. Fix some
2155 layout test expectations as the patch removes braces from highlight
2158 * inspector/editor/brace-matcher-expected.txt: Added.
2159 * inspector/editor/brace-matcher.html: Added.
2160 * inspector/editor/highlighter-basics-expected.txt:
2161 * inspector/editor/text-editor-long-line-expected.txt:
2163 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2165 Rollout r142058 various crashes and timeouts on AppleMac and Chromium
2166 https://bugs.webkit.org/show_bug.cgi?id=109152
2168 Reviewed by Pavel Feldman.
2170 Unreviewed gardening. r142058 added failing tests and marked many as
2171 Skip or Failure but there are also Timeouts and Crashes causing
2174 * platform/chromium/TestExpectations:
2175 * platform/mac/TestExpectations:
2176 * platform/win/TestExpectations:
2177 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
2178 * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
2179 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
2180 * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
2181 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
2182 * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
2183 * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
2184 * webgl/conformance/canvas/to-data-url-test.html: Removed.
2185 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
2186 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
2187 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
2188 * webgl/conformance/context/context-creation-and-destruction.html: Removed.
2189 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
2190 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
2191 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
2192 * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
2193 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
2194 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
2195 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
2196 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
2197 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
2198 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
2199 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
2200 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
2201 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
2202 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
2203 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
2204 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
2205 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
2206 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
2207 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
2208 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
2209 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
2210 * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
2211 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
2212 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
2213 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
2214 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
2215 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
2216 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
2217 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
2218 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
2219 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
2220 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
2221 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
2222 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
2223 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
2224 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
2225 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
2226 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
2227 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
2228 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
2229 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
2230 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
2231 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
2232 * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
2233 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
2234 * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
2235 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
2236 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
2237 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
2238 * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
2239 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
2240 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
2241 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
2242 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
2243 * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
2244 * webgl/conformance/more/functions/drawArrays.html: Removed.
2245 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
2246 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
2247 * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
2248 * webgl/conformance/more/functions/drawElements.html: Removed.
2249 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
2250 * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
2251 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
2252 * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
2253 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
2254 * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
2255 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
2256 * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
2257 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
2258 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
2259 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
2260 * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
2261 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
2262 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
2263 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
2264 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
2265 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
2266 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
2267 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
2268 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
2269 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
2270 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
2271 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
2272 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
2273 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
2274 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
2275 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
2276 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
2277 * webgl/conformance/programs/program-test-expected.txt: Removed.
2278 * webgl/conformance/programs/program-test.html: Removed.
2279 * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
2280 * webgl/conformance/reading/read-pixels-test.html: Removed.
2281 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
2282 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
2283 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
2284 * webgl/conformance/rendering/gl-scissor-test.html: Removed.
2285 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
2286 * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
2287 * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
2288 * webgl/conformance/rendering/multisample-corruption.html: Removed.
2289 * webgl/conformance/rendering/point-size-expected.txt: Removed.
2290 * webgl/conformance/rendering/point-size.html: Removed.
2291 * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
2292 * webgl/conformance/state/gl-object-get-calls.html: Removed.
2293 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
2294 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
2295 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
2296 * webgl/conformance/textures/gl-pixelstorei.html: Removed.
2297 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
2298 * webgl/conformance/textures/origin-clean-conformance.html: Removed.
2299 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
2300 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
2301 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
2302 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
2303 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
2304 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
2305 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
2306 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
2307 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
2308 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
2309 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
2310 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
2311 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
2312 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
2313 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
2314 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
2315 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
2316 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
2317 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
2318 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
2319 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
2320 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
2321 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
2322 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
2323 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
2324 * webgl/conformance/textures/texture-active-bind-2.html: Removed.
2325 * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
2326 * webgl/conformance/textures/texture-active-bind.html: Removed.
2327 * webgl/conformance/textures/texture-mips-expected.txt: Removed.
2328 * webgl/conformance/textures/texture-mips.html: Removed.
2329 * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
2330 * webgl/conformance/textures/texture-npot-video.html: Removed.
2331 * webgl/conformance/textures/texture-size-expected.txt: Removed.
2332 * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
2333 * webgl/conformance/textures/texture-size-limit.html: Removed.
2334 * webgl/conformance/textures/texture-size.html: Removed.
2335 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
2336 * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
2337 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
2338 * webgl/conformance/uniforms/uniform-default-values.html: Removed.
2339 * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
2340 * webgl/conformance/uniforms/uniform-location.html: Removed.
2341 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
2342 * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
2343 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
2344 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
2345 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
2346 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
2347 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
2348 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
2349 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
2350 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
2351 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
2352 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
2353 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
2354 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
2355 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
2356 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
2357 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
2358 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
2359 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
2360 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
2361 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
2362 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
2363 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
2364 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
2365 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
2366 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
2367 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
2368 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
2369 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
2370 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
2371 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
2372 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
2373 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
2374 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
2375 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
2376 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
2377 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
2378 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
2379 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
2380 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
2381 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
2382 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
2383 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
2384 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
2385 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
2386 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
2387 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
2388 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
2389 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
2390 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
2391 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
2392 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
2393 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
2394 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
2395 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
2396 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
2397 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
2398 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
2399 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
2400 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
2401 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
2402 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
2403 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
2404 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
2405 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
2406 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
2407 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
2408 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
2409 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
2410 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
2411 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
2412 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
2413 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
2414 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
2415 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
2416 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
2417 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
2418 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
2419 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
2420 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
2421 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
2422 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
2423 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
2424 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
2425 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
2427 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
2429 [Qt] Unreviewed gardening. Skip failing WebGL tests.
2431 * platform/qt/TestExpectations:
2433 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
2435 Unreviewed, rolling out r142067.
2436 http://trac.webkit.org/changeset/142067
2437 https://bugs.webkit.org/show_bug.cgi?id=109147
2439 adding Slow modifier did not help completely (Requested by
2442 * platform/chromium/TestExpectations:
2444 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
2446 Unreviewed GTK gardening.
2448 Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
2449 Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
2452 * platform/gtk/TestExpectations:
2454 2013-02-03 Kentaro Hara <haraken@chromium.org>
2456 WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
2457 https://bugs.webkit.org/show_bug.cgi?id=76216
2459 Reviewed by Eric Seidel.
2461 Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
2463 This patch creates a new FocusEvent class with a relatedTarget attribute.
2464 Now when focusin or focusout events are dispatched, a FocusEvent is created with
2465 the relatedTarget attribute set accordingly.
2467 * fast/dom/shadow/shadow-boundary-events-expected.txt:
2468 * fast/dom/shadow/shadow-boundary-events.html:
2469 * fast/events/related-target-focusevent-expected.txt: Added.
2470 * fast/events/related-target-focusevent.html: Added.
2472 2013-02-06 Mike West <mkwst@chromium.org>
2474 Entity-header extension headers honored on 304 responses.
2475 https://bugs.webkit.org/show_bug.cgi?id=72414
2477 Reviewed by Alexey Proskuryakov.
2479 * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
2480 * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
2481 * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
2482 * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
2483 * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
2484 * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
2485 * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
2486 * http/tests/security/xssAuditor/cached-frame.html: Added.
2487 * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
2489 2013-02-06 Matt Falkenhagen <falken@chromium.org>
2491 Unreviewed gardening. Marking all webgl/conformance tests as slow.
2493 * platform/chromium/TestExpectations:
2495 2013-02-06 Tom Sepez <tsepez@chromium.org>
2497 document.referrer leakage with XSS Auditor page block
2498 https://bugs.webkit.org/show_bug.cgi?id=109089
2500 Reviewed by Adam Barth.
2502 Test prints the referrer to show it isn't leaked.
2504 * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
2505 * http/tests/security/xssAuditor/full-block-script-tag.html:
2507 2013-02-06 Matt Falkenhagen <falken@chromium.org>
2509 Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
2511 * platform/chromium/TestExpectations:
2513 2013-02-06 Gregg Tavares <gman@chromium.org>
2515 Adds failing WebGL Conformance Tests.
2516 https://bugs.webkit.org/show_bug.cgi?id=109075
2518 Reviewed by Kenneth Russell.
2520 * platform/chromium/TestExpectations:
2521 * platform/mac/TestExpectations:
2522 * platform/win/TestExpectations:
2523 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
2524 * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
2525 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
2526 * webgl/conformance/canvas/buffer-preserve-test.html: Added.
2527 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
2528 * webgl/conformance/canvas/drawingbuffer-test.html: Added.
2529 * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
2530 * webgl/conformance/canvas/to-data-url-test.html: Added.
2531 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
2532 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
2533 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
2534 * webgl/conformance/context/context-creation-and-destruction.html: Added.
2535 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
2536 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
2537 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
2538 * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
2539 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
2540 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
2541 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
2542 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
2543 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
2544 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
2545 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
2546 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
2547 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
2548 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
2549 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
2550 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
2551 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
2552 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
2553 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
2554 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
2555 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
2556 * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
2557 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
2558 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
2559 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
2560 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
2561 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
2562 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
2563 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
2564 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
2565 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
2566 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
2567 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
2568 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
2569 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
2570 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
2571 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
2572 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
2573 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
2574 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
2575 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
2576 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
2577 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
2578 * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
2579 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
2580 * webgl/conformance/more/functions/copyTexImage2D.html: Added.
2581 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
2582 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
2583 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
2584 * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
2585 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
2586 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
2587 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
2588 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
2589 * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
2590 * webgl/conformance/more/functions/drawArrays.html: Added.
2591 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
2592 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
2593 * webgl/conformance/more/functions/drawElements-expected.txt: Added.
2594 * webgl/conformance/more/functions/drawElements.html: Added.
2595 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
2596 * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
2597 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
2598 * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
2599 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
2600 * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
2601 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
2602 * webgl/conformance/more/functions/texImage2DHTML.html: Added.
2603 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
2604 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
2605 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
2606 * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
2607 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
2608 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
2609 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
2610 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
2611 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
2612 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
2613 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
2614 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
2615 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
2616 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
2617 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
2618 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
2619 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
2620 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
2621 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
2622 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
2623 * webgl/conformance/programs/program-test-expected.txt: Added.
2624 * webgl/conformance/programs/program-test.html: Added.
2625 * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
2626 * webgl/conformance/reading/read-pixels-test.html: Added.
2627 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
2628 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
2629 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
2630 * webgl/conformance/rendering/gl-scissor-test.html: Added.
2631 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
2632 * webgl/conformance/rendering/more-than-65536-indices.html: Added.
2633 * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
2634 * webgl/conformance/rendering/multisample-corruption.html: Added.
2635 * webgl/conformance/rendering/point-size-expected.txt: Added.
2636 * webgl/conformance/rendering/point-size.html: Added.
2637 * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
2638 * webgl/conformance/state/gl-object-get-calls.html: Added.
2639 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
2640 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
2641 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
2642 * webgl/conformance/textures/gl-pixelstorei.html: Added.
2643 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
2644 * webgl/conformance/textures/origin-clean-conformance.html: Added.
2645 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
2646 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
2647 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
2648 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
2649 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
2650 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
2651 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
2652 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
2653 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
2654 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
2655 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
2656 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
2657 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
2658 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
2659 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
2660 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
2661 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
2662 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
2663 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
2664 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
2665 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
2666 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
2667 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
2668 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
2669 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
2670 * webgl/conformance/textures/texture-active-bind-2.html: Added.
2671 * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
2672 * webgl/conformance/textures/texture-active-bind.html: Added.
2673 * webgl/conformance/textures/texture-mips-expected.txt: Added.
2674 * webgl/conformance/textures/texture-mips.html: Added.
2675 * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
2676 * webgl/conformance/textures/texture-npot-video.html: Added.
2677 * webgl/conformance/textures/texture-size-expected.txt: Added.
2678 * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
2679 * webgl/conformance/textures/texture-size-limit.html: Added.
2680 * webgl/conformance/textures/texture-size.html: Added.
2681 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
2682 * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
2683 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
2684 * webgl/conformance/uniforms/uniform-default-values.html: Added.
2685 * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
2686 * webgl/conformance/uniforms/uniform-location.html: Added.
2687 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
2688 * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
2689 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
2690 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
2691 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
2692 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
2693 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
2694 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
2695 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
2696 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
2697 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
2698 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
2699 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
2700 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
2701 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
2702 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
2703 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
2704 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
2705 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
2706 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
2707 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
2708 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
2709 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
2710 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
2711 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
2712 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
2713 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
2714 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
2715 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
2716 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
2717 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
2718 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
2719 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
2720 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
2721 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
2722 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
2723 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
2724 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
2725 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
2726 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
2727 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
2728 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
2729 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
2730 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
2731 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
2732 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
2733 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
2734 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
2735 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
2736 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
2737 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
2738 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
2739 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
2740 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
2741 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
2742 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
2743 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
2744 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
2745 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
2746 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
2747 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
2748 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
2749 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
2750 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
2751 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
2752 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
2753 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
2754 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
2755 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
2756 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
2757 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
2758 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
2759 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
2760 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
2761 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
2762 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
2763 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
2764 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
2765 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
2766 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
2767 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
2768 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
2769 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
2770 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
2771 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
2773 2013-02-06 Terry Anderson <tdanderson@chromium.org>
2775 Add support for gesture scroll events that do not propagate to enclosing scrollables
2776 https://bugs.webkit.org/show_bug.cgi?id=108849
2778 Reviewed by Antonio Gomes.
2780 New tests added to ensure that GestureScrollUpdateWithoutPropagation events will not
2781 propagate to the scrollable parent of their target when the target has no area
2782 left to be scrolled.
2784 Modified two chromium-specific plugin tests to ensure that the plugins receive
2785 GestureScrollUpdate events when GestureScrollUpdateWithoutPropagation events are
2788 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
2789 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
2790 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
2791 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
2792 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
2793 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
2794 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
2795 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
2796 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
2797 * platform/chromium/plugins/gesture-events-expected.txt:
2798 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
2799 * platform/chromium/plugins/gesture-events-scrolled.html:
2800 * platform/chromium/plugins/gesture-events.html:
2802 2013-02-06 Ojan Vafai <ojan@chromium.org>
2804 [Chromium] table-section-overflow-clip-crash.html hits an assert
2805 https://bugs.webkit.org/show_bug.cgi?id=108594
2807 Reviewed by Levi Weintraub.
2809 * platform/chromium/TestExpectations:
2811 2013-02-06 Ojan Vafai <ojan@chromium.org>
2813 display:none file upload button crashes
2814 https://bugs.webkit.org/show_bug.cgi?id=109102
2816 Reviewed by Levi Weintraub.
2818 * fast/forms/file/display-none-upload-button-expected.txt: Added.
2819 * fast/forms/file/display-none-upload-button.html: Added.
2820 Tests that we don't crash. Also exposes a bug that the baseline and height of
2821 the input don't include the height of the filename text.
2823 2013-02-06 Stephen Chenney <schenney@chromium.org>
2825 [Chromium] Test expectations update for Skia change.
2827 Unreviewed expectations update
2829 Files that we were expecting to fail. Now being rebaselined.
2831 * platform/chromium-linux-x86/svg/text/text-viewbox-rescale-expected.png: Added.
2832 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
2833 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
2834 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
2835 * platform/chromium-linux/svg/text/selection-styles-expected.png:
2836 * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png:
2837 * platform/chromium-mac-lion/svg/text/text-viewbox-rescale-expected.png:
2838 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
2839 * platform/chromium-mac/svg/text/text-viewbox-rescale-expected.png:
2840 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
2841 * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
2843 2013-02-06 Dima Gorbik <dgorbik@apple.com>
2845 Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
2846 https://bugs.webkit.org/show_bug.cgi?id=109101
2848 We check that the style matches a pseudo element by setting its height to 1px.
2849 Some user agents, like iOS, have default border styles that affect the minimum height,
2850 so we need to reset those.
2852 Reviewed by Joseph Pecoraro.
2854 * fast/css/unknown-pseudo-element-matching.html:
2856 2013-02-06 Dirk Schulze <dschulze@adobe.com>
2858 Context's currentPath should check for passed type
2859 https://bugs.webkit.org/show_bug.cgi?id=109097
2861 Reviewed by Dean Jackson.
2863 Add checks with different data types as value for canvas.currentPath.
2865 * fast/canvas/canvas-currentPath-crash-expected.txt: Added.
2866 * fast/canvas/canvas-currentPath-crash.html: Added.
2867 * fast/canvas/script-tests/canvas-currentPath-crash.js: Added.
2868 * platform/chromium/TestExpectations:
2869 * platform/efl/TestExpectations:
2870 * platform/gtk/TestExpectations:
2871 * platform/mac/TestExpectations:
2872 * platform/qt/TestExpectations:
2874 2013-02-06 Stephen Chenney <schenney@chromium.org>
2876 [Chromium] Test expectations update for Skia change.
2878 Unreviewed expectations update
2880 Files that we were expecting to fail. Now being rebaselined.
2882 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
2883 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
2884 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
2885 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
2886 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
2887 * platform/chromium-linux/svg/custom/text-ctm-expected.png:
2888 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
2889 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
2890 * platform/chromium-mac/svg/custom/text-ctm-expected.txt:
2891 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
2892 * platform/chromium-win/svg/custom/text-ctm-expected.png:
2893 * platform/chromium-win/svg/custom/text-ctm-expected.txt: Removed.
2894 * platform/gtk/svg/custom/text-ctm-expected.txt: Removed.
2895 * svg/custom/text-ctm-expected.txt: Added.
2897 2013-02-06 Rafael Weinstein <rafaelw@chromium.org>
2899 [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
2900 https://bugs.webkit.org/show_bug.cgi?id=109090
2902 Reviewed by Adam Barth.
2904 * html5lib/resources/template.dat:
2906 2013-02-06 Stephen Chenney <schenney@chromium.org>
2908 [Chromium] Test expectations update for Skia change.
2910 Unreviewed expectations update
2912 Files that we were expecting to fail. Now being rebaslined.
2914 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Removed.
2915 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
2916 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Removed.
2917 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
2918 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
2919 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
2920 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
2921 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
2922 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
2923 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
2924 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
2925 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
2926 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
2927 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
2928 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
2929 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
2930 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
2932 2013-02-06 Stephen Chenney <schenney@chromium.org>
2934 [Chromium] Test expectations update for Skia change.
2936 Unreviewed expectations update
2938 And these too. See change below.
2940 * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
2941 * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-text-expected.txt: Added.
2942 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
2943 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-text-expected.txt: Added.
2945 2013-02-06 Stephen Chenney <schenney@chromium.org>
2947 [Chromium] Test expectations update for Skia change.
2949 Unreviewed expectations update
2951 Apparently there are width differences on the mac platforms. These were
2952 clobbered qwhen I updated the 10.8 expectations.
2954 * platform/chromium-mac-lion/fast/writing-mode/japanese-lr-text-expected.txt: Added.
2955 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-lr-text-expected.txt: Added.
2957 2013-02-06 Dima Gorbik <dgorbik@apple.com>
2959 Store the language internally instead of using lang attribute for WebVTT nodes
2960 https://bugs.webkit.org/show_bug.cgi?id=108858
2962 Reviewed by Eric Carlson.
2964 * media/track/captions-webvtt/styling-lang.vtt:
2965 * media/track/track-css-matching-lang-expected.txt:
2966 * media/track/track-css-matching-lang.html:
2968 2013-02-06 Levi Weintraub <leviw@chromium.org>
2970 Negative text indents can break RenderBlock's inline maximum preferred width calculation
2971 https://bugs.webkit.org/show_bug.cgi?id=108973
2973 Reviewed by Emil A Eklund.
2975 * fast/css/negative-text-indent-in-inline-block-expected.html: Added.
2976 * fast/css/negative-text-indent-in-inline-block.html: Added.
2978 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
2980 Unreviewed GTK gardening.
2982 Expanding failure expectation for fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html.
2984 * platform/gtk/TestExpectations:
2986 2013-02-06 Sheriff Bot <webkit.review.bot@gmail.com>
2988 Unreviewed, rolling out r142025.
2989 http://trac.webkit.org/changeset/142025
2990 https://bugs.webkit.org/show_bug.cgi?id=109091
2992 broke the build (Requested by tdanderson on #webkit).
2994 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
2995 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Removed.
2996 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
2997 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Removed.
2998 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
2999 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Removed.
3000 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
3001 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
3002 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
3003 * platform/chromium/plugins/gesture-events-expected.txt:
3004 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
3005 * platform/chromium/plugins/gesture-events-scrolled.html:
3006 * platform/chromium/plugins/gesture-events.html:
3008 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
3010 Unreviewed GTK gardening.
3012 Rebaselining and adding a few failure expectations after r142015.
3014 * platform/gtk/TestExpectations:
3015 * platform/gtk/fast/dynamic/002-expected.txt:
3017 2013-02-06 Terry Anderson <tdanderson@chromium.org>
3019 Add support for gesture scroll events that do not propagate to enclosing scrollables
3020 https://bugs.webkit.org/show_bug.cgi?id=108849
3022 Reviewed by Antonio Gomes.
3024 New tests added to ensure that GestureScrollUpdateNotPropagated events will not
3025 propagate to the scrollable parent of their target when the target has no area
3026 left to be scrolled.
3028 Modified two chromium-specific plugin tests to ensure that the plugins receive
3029 GestureScrollUpdate events when GestureScrollUpdateNotPropagated events are
3032 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
3033 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
3034 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
3035 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
3036 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
3037 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
3038 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
3039 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
3040 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
3041 * platform/chromium/plugins/gesture-events-expected.txt:
3042 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
3043 * platform/chromium/plugins/gesture-events-scrolled.html:
3044 * platform/chromium/plugins/gesture-events.html:
3046 2013-02-06 Ryosuke Niwa <rniwa@webkit.org>
3048 REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
3049 https://bugs.webkit.org/show_bug.cgi?id=108380
3051 Reviewed by Alexey Proskuryakov.
3053 Re-enable tests that have been temporarily disabled.
3055 * platform/mac/TestExpectations:
3057 2013-02-06 Uday Kiran <udaykiran@motorola.com>
3059 Implement 'vmax' from CSS3 values and units
3060 https://bugs.webkit.org/show_bug.cgi?id=91440
3062 Reviewed by Antti Koivisto.
3064 vmax is implemented as primitive length unit.
3065 New length type ViewportPercentageMax is added and included support for fetching the value
3066 of this viewport percentage unit based on current viewport size.
3068 The specification related to this implementation is
3069 http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
3071 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
3072 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
3073 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute-expected.html: Added.
3074 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute.html: Added.
3075 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-expected.html: Added.
3076 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html: Added.
3078 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
3080 Unreviewed GTK gardening.
3082 Walked through the WontFix test expectations, expanding them with the expected failure.
3083 This forces the test to run but not complain as long as the failure is the same as expected.
3085 * platform/gtk/TestExpectations:
3087 2013-02-06 Stephen White <senorblanco@chromium.org>
3089 Suppress failures for minor pixel diffs which will be caused when https://codereview.chromium.org/12217047/ lands. Unreviewed.
3090 https://bugs.webkit.org/show_bug.cgi?id=104289
3092 * platform/chromium/TestExpectations:
3094 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
3096 Unreviewed GTK gardening.
3098 Marking required tests as slow so the test runs are not interrupted when timeouts
3099 occur in tests that would actually pass if given enough time.
3101 * platform/gtk/TestExpectations:
3103 2013-02-06 Pravin D <pravind.2k4@gmail.com>
3105 When a block element is made inline positioned and has static left and right, it does not follow inline formatting context
3106 https://bugs.webkit.org/show_bug.cgi?id=91665
3108 Reviewed by Julien Chaffraix.
3110 * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Added.
3111 * fast/dynamic/absolute-positioned-to-static-positioned.html: Added.
3112 * fast/dynamic/floating-to-non-floating-expected.txt: Added.
3113 * fast/dynamic/floating-to-non-floating.html: Added.
3114 * fast/dynamic/non-floating-to-floating-expected.txt: Added.
3115 * fast/dynamic/non-floating-to-floating.html: Added.
3116 * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Added.
3117 * fast/dynamic/static-positioned-to-absolute-positioned.html: Added.
3118 Testcases for the patch.
3120 * fast/dynamic/resources/helper-bug91665.js: Added.
3121 * fast/dynamic/resources/style-bug91665.css: Added.
3122 Common javascript functions and css classes used by the above testcases.
3124 * fast/css/first-letter-removed-added-expected.txt:
3125 Previously failing sub-test is passing.
3127 * fullscreen/full-screen-fixed-pos-parent-expected.txt:
3128 Change orthogonal to the current patch.
3130 * platform/mac/fast/dynamic/002-expected.txt:
3131 * platform/chromium-win/fast/dynamic/002-expected.txt:
3132 * platform/chromium/fast/dynamic/002-expected.txt:
3133 Expected change. The testcase has a static block element followed by a text node wrapped
3134 in an anonymous block. When the block element becomes floating, it is out of the flow context.
3135 Thus the text node must no longer be wrapped by the anonymous block.
3137 * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
3138 * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
3139 Progression. Previously we used to repaint the a much larger area as compared to the behavior
3140 with the patch, which repaints only the area affected due to the change in style(position)
3141 of certain elements.
3143 * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
3144 * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
3145 * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
3146 * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
3147 Added platform specific images.
3149 2013-02-06 Chris Fleizach <cfleizach@apple.com>
3151 AX: if <html> has an ARIA attribute, it's exposed as an AXGroup
3152 https://bugs.webkit.org/show_bug.cgi?id=109008
3154 Reviewed by Ryosuke Niwa.
3156 * accessibility/html-html-element-is-ignored-expected.txt: Added.
3157 * accessibility/html-html-element-is-ignored.html: Added.
3158 * platform/chromium/TestExpectations:
3160 2013-02-06 Shawn Singh <shawnsingh@chromium.org>
3162 RenderLayer hasVisibleContent() has inconsistent semantics causing disappearing composited layers
3163 https://bugs.webkit.org/show_bug.cgi?id=108118
3165 Reviewed by Simon Fraser.
3167 * compositing/visibility/visibility-on-distant-descendant-expected.png: Added.
3168 * compositing/visibility/visibility-on-distant-descendant-expected.txt: Added.
3169 * compositing/visibility/visibility-on-distant-descendant.html: Added.
3171 2013-02-06 Gregg Tavares <gman@chromium.org>
3173 Adds the WebGL Conformance Test ogles support files.
3174 https://bugs.webkit.org/show_bug.cgi?id=109063
3176 Reviewed by Kenneth Russell.
3178 Note: This was reviewed offline because the patch was too large to upload to
3179 bugs.webkit.org. It doesn't add any LayoutTests. It only adds support files.
3181 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary.frag: Added.
3182 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary_ref.frag: Added.
3183 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary.vert: Added.
3184 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary_ref.vert: Added.
3185 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary.frag: Added.
3186 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary_ref.frag: Added.
3187 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary.vert: Added.
3188 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary_ref.vert: Added.
3189 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary.frag: Added.
3190 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary_ref.frag: Added.
3191 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary.vert: Added.
3192 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary_ref.vert: Added.
3193 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary.frag: Added.
3194 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary_ref.frag: Added.
3195 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary.vert: Added.
3196 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary_ref.vert: Added.
3197 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary.frag: Added.
3198 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary_ref.frag: Added.
3199 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary.vert: Added.
3200 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary_ref.vert: Added.
3201 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary.frag: Added.
3202 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary_ref.frag: Added.
3203 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary.vert: Added.
3204 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary_ref.vert: Added.
3205 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag.frag: Added.
3206 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag_ref.frag: Added.
3207 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert.vert: Added.
3208 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert_ref.vert: Added.
3209 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag.frag: Added.
3210 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag_ref.frag: Added.
3211 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert.vert: Added.
3212 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert_ref.vert: Added.
3213 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag.frag: Added.
3214 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag_ref.frag: Added.
3215 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert.vert: Added.
3216 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert_ref.vert: Added.
3217 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag.frag: Added.
3218 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag_ref.frag: Added.
3219 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert.vert: Added.
3220 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert_ref.vert: Added.
3221 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_frag.frag: Added.
3222 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_vert.vert: Added.
3223 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_frag.frag: Added.
3224 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_vert.vert: Added.
3225 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_frag.frag: Added.
3226 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_vert.vert: Added.
3227 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary.frag: Added.
3228 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary_ref.frag: Added.
3229 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary.vert: Added.
3230 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary_ref.vert: Added.
3231 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary.frag: Added.
3232 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary_ref.frag: Added.
3233 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary.vert: Added.
3234 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary_ref.vert: Added.
3235 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary.frag: Added.
3236 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary_ref.frag: Added.
3237 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary.vert: Added.
3238 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary_ref.vert: Added.
3239 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary.frag: Added.
3240 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary_ref.frag: Added.
3241 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary.frag: Added.
3242 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary_ref.frag: Added.
3243 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary.vert: Added.
3244 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary_ref.vert: Added.
3245 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary.vert: Added.
3246 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary_ref.vert: Added.
3247 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary.frag: Added.
3248 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary_ref.frag: Added.
3249 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary.frag: Added.
3250 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary_ref.frag: Added.
3251 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary.vert: Added.
3252 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary_ref.vert: Added.
3253 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary.vert: Added.
3254 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary_ref.vert: Added.
3255 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary.frag: Added.
3256 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary_ref.frag: Added.
3257 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary.frag: Added.
3258 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary_ref.frag: Added.
3259 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary.vert: Added.
3260 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary_ref.vert: Added.
3261 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary.vert: Added.
3262 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary_ref.vert: Added.
3263 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_frag.frag: Added.
3264 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_vert.vert: Added.
3265 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_frag.frag: Added.
3266 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_vert.vert: Added.
3267 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_frag.frag: Added.
3268 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_vert.vert: Added.
3269 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_frag.frag: Added.
3270 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_vert.vert: Added.
3271 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_frag.frag: Added.
3272 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_vert.vert: Added.
3273 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_frag.frag: Added.
3274 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_vert.vert: Added.
3275 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_frag.frag: Added.
3276 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_vert.vert: Added.
3277 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_frag.frag: Added.
3278 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_vert.vert: Added.
3279 * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_frag.frag: Added.
3280 * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert: Added.
3281 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Data_Types_frag.frag: Added.
3282 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Standard_Library_frag.frag: Added.
3283 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectBuiltInOveride_frag.frag: Added.
3284 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectComma_frag.frag: Added.
3285 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding1_vert.vert: Added.
3286 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding2_vert.vert: Added.
3287 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstruct_vert.vert: Added.
3288 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension10_V100_frag.frag: Added.
3289 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension1_V100_frag.frag: Added.
3290 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension4_V100_frag.frag: Added.
3291 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFull_vert.vert: Added.
3292 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_frag.frag: Added.
3293 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_vert.vert: Added.
3294 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFunction1_vert.vert: Added.
3295 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectModule_frag.frag: Added.
3296 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse1_frag.frag: Added.
3297 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_frag.frag: Added.
3298 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_vert.vert: Added.
3299 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest1_frag.frag: Added.
3300 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest_frag.frag: Added.
3301 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess5_frag.frag: Added.
3302 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess8_frag.frag: Added.
3303 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess9_frag.frag: Added.
3304 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_frag.frag: Added.
3305 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_vert.vert: Added.
3306 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_frag.frag: Added.
3307 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_vert.vert: Added.
3308 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle3_frag.frag: Added.
3309 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectVersion_V100_frag.frag: Added.
3310 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/DuplicateVersion1_V100_frag.frag: Added.
3311 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/FunctionParam_vert.vert: Added.
3312 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Include_Preprocessor_Directive_frag.frag: Added.
3313 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Low_Level_Assembly_Reserved_Words_frag.frag: Added.
3314 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Main_Parameters_vert.vert: Added.
3315 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest3_frag.frag: Added.
3316 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest4_frag.frag: Added.
3317 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Constant_Conversions_frag.frag: Added.
3318 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Scalar_Vector_Expressions_frag.frag: Added.
3319 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/TernaryOp_frag.frag: Added.
3320 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Texture_Rectangle_Samplers_frag.frag: Added.
3321 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array10_frag.frag: Added.
3322 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array11_frag.frag: Added.
3323 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array1_frag.frag: Added.
3324 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array2_frag.frag: Added.
3325 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array3_frag.frag: Added.
3326 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array4_frag.frag: Added.
3327 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array5_frag.frag: Added.
3328 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array6_frag.frag: Added.
3329 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array7_frag.frag: Added.
3330 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array8_frag.frag: Added.
3331 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array9_frag.frag: Added.
3332 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute1_vert.vert: Added.
3333 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute2_vert.vert: Added.
3334 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_frag.frag: