1 2013-02-11 Philippe Normand <pnormand@igalia.com>
3 Unreviewed, GTK gardening
5 * platform/gtk/TestExpectations: Flagging media tests affected
8 2013-02-11 Ádám Kallai <kadam@inf.u-szeged.hu>
10 [Qt] Unreviewed gardening. Skip faling test.
11 https://bugs.webkit.org/show_bug.cgi?id=109353.
13 * platform/qt/TestExpectations:
15 2013-02-10 Chris Fleizach <cfleizach@apple.com>
17 WebSpeech: Implement basic speaking/finished speaking behavior
18 https://bugs.webkit.org/show_bug.cgi?id=107135
20 Reviewed by Sam Weinig.
22 * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
23 * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
25 2013-02-10 Kentaro Hara <haraken@chromium.org>
27 Unreviewed gardening. Rebaselined an image.
29 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
31 2013-02-10 Kentaro Hara <haraken@chromium.org>
33 Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
35 * platform/chromium/TestExpectations:
37 2013-02-10 Kentaro Hara <haraken@chromium.org>
39 Unreviewed gardening. Rebaselined an image.
41 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
43 2013-02-10 Kentaro Hara <haraken@chromium.org>
45 Unreviewed gardening. Rebaselined an image.
47 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
49 2013-02-10 Kentaro Hara <haraken@chromium.org>
51 Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
53 * platform/chromium/TestExpectations:
55 2013-02-10 Kentaro Hara <haraken@chromium.org>
57 Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
59 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
61 2013-02-10 Tim Horton <timothy_horton@apple.com>
63 REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
64 https://bugs.webkit.org/show_bug.cgi?id=109317
65 <rdar://problem/12649131>
67 Reviewed by Simon Fraser.
69 Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
71 * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
72 * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
73 * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
75 2013-02-10 Philippe Normand <pnormand@igalia.com>
77 Unreviewed, GTK gardening.
79 * platform/gtk/TestExpectations: Remove duplicate test expectation
80 for media/track/track-in-band-style.html.
82 2013-02-10 Philippe Normand <pnormand@igalia.com>
84 [GStreamer] media/video-controls-fullscreen-volume.html crashes
85 https://bugs.webkit.org/show_bug.cgi?id=108682
87 Reviewed by Martin Robinson.
89 * platform/gtk/TestExpectations: Unflag now passing tests.
91 2013-02-10 Kent Tamura <tkent@chromium.org>
93 [Chromium] Test expectation update
94 https://bugs.webkit.org/show_bug.cgi?id=109376
96 * platform/chromium/TestExpectations:
97 fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
99 2013-02-10 Philippe Normand <pnormand@igalia.com>
101 Unreviewed, GTK gardening.
103 * platform/gtk/TestExpectations: Flag new failing media/track test.
105 2013-02-10 Kent Tamura <tkent@chromium.org>
107 [Chromium] Test expectation update
108 https://bugs.webkit.org/show_bug.cgi?id=92941
110 * platform/chromium/TestExpectations:
111 accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
113 2013-02-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
115 Unreviewed EFL gardening.
117 Unskip fast/encoding/parser-tests-*.html tests now that the crashes
118 have been fixed by r142385.
120 * platform/efl-wk2/TestExpectations:
122 2013-02-09 James Robinson <jamesr@chromium.org>
126 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
127 * platform/chromium/TestExpectations:
129 2013-02-09 Dominic Mazzoni <dmazzoni@google.com>
131 fast/encoding/parser-tests-*.html tests sometimes crash
132 https://bugs.webkit.org/show_bug.cgi?id=108058
134 Reviewed by Chris Fleizach.
136 Make test less brittle by (1) giving the iframe an aria-role so
137 it's never ignored, and (2) using accessibilityElementById instead
138 of assuming an element is in a specific place in the AX tree.
140 * accessibility/loading-iframe-updates-axtree.html:
142 2013-02-09 Stephen Chenney <schenney@chromium.org>
144 [Chromium] Reverting earlier change now
146 Unreviewed expectations.
148 * platform/chromium/TestExpectations: Removed all the expectations added earlier.
150 2013-02-09 Philip Rogers <pdr@google.com>
152 Sanitize m_keyTimes for paced value animations
153 https://bugs.webkit.org/show_bug.cgi?id=108828
155 Reviewed by Dirk Schulze.
157 * svg/animations/animate-keytimes-crash-expected.html: Added.
158 * svg/animations/animate-keytimes-crash.html: Added.
160 2013-02-09 Stephen Chenney <schenney@chromium.org>
162 [Chromium] Trying to turn the build.webkit.org builders greener
164 Unreviewed expectations.
166 We seem to have an issue with build.webkit.org test bots and
167 Chromium.WebKit test bots doing different things. This is temporary
168 until we figure out what went wrong.
170 * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
172 2013-02-09 Kent Tamura <tkent@chromium.org>
174 Fix crash by img[ismap] with content property
175 https://bugs.webkit.org/show_bug.cgi?id=108702
177 Reviewed by Adam Barth.
179 * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
180 * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
182 2013-02-09 Kent Tamura <tkent@chromium.org>
184 [Chromium] Test expectation update.
186 * platform/chromium/TestExpectations:
187 Correct encrypted-media-v2-*.html expectation.
189 2013-02-09 Zan Dobersek <zdobersek@igalia.com>
191 Unreviewed GTK gardening.
193 * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
195 2013-02-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
197 Unreviewed EFL gardening.
199 Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
202 * platform/efl/TestExpectations:
203 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
204 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
206 2013-02-09 Andrey Lushnikov <lushnikov@chromium.org>
208 Web Inspector: show whitespace characters in DTE
209 https://bugs.webkit.org/show_bug.cgi?id=108947
211 Reviewed by Pavel Feldman.
213 Add layout test to verify whitespace highlight functionality.
215 * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
216 * inspector/editor/text-editor-show-whitespace.html: Added.
218 2013-02-08 Eric Carlson <eric.carlson@apple.com>
220 [Mac] respect in-band caption color
221 https://bugs.webkit.org/show_bug.cgi?id=109203
223 Reviewed by Dean Jackson.
225 * media/track/track-in-band-style-expected.txt: Added.
226 * media/track/track-in-band-style.html: Added.
228 * platform/chromium/TestExpectations: Skip new test.
229 * platform/efl/TestExpectations: Ditto.
230 * platform/gtk/TestExpectations: Ditto.
231 * platform/mac/TestExpectations: Ditto.
232 * platform/qt/TestExpectations: Ditto.
233 * platform/win/TestExpectations: Ditto.
235 2013-02-08 Gregg Tavares <gman@chromium.org>
237 Disable All WebGL Tests on WebKit for Windows
238 https://bugs.webkit.org/show_bug.cgi?id=109207
240 Unreviewed expectations update.
242 * platform/win/TestExpectations:
244 2013-02-08 Tim Horton <timothy_horton@apple.com>
246 Some tiled drawing tests use scalePageBy() incorrectly
247 https://bugs.webkit.org/show_bug.cgi?id=109336
249 Rubber-stamped by Simon Fraser.
251 scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
252 Adjust the tests and the expected results.
254 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
255 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
256 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
257 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
258 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
259 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
261 2013-02-08 Andy Estes <aestes@apple.com>
263 Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
264 https://bugs.webkit.org/show_bug.cgi?id=109277
266 Reviewed by Simon Fraser.
268 Remove test added by r118852 and add a test that verifies the original
271 * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
272 * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
273 * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
274 * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
276 2013-02-08 Stephen Chenney <schenney@chromium.org>
278 [Chromium] Expectation modification after r142327
280 Unreviewed expectations update.
282 The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
284 * platform/chromium/TestExpectations:
286 2013-02-08 Stephen Chenney <schenney@chromium.org>
288 [Chromium] Expectations as a result of removing Skia code suppressions
290 Unreviewed expectations update.
292 A remaining textual fix.
294 * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
295 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
296 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
297 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
299 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
301 [Mac] Unreviewed rebaseline
303 * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
304 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
306 2013-02-08 Jer Noble <jer.noble@apple.com>
308 Bring WebKit up to speed with latest Encrypted Media spec.
309 https://bugs.webkit.org/show_bug.cgi?id=97037
311 Reviewed by Eric Carlson.
313 Added new tests for the updated Encrypted Media Extensions spec.
315 * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
316 * media/encrypted-media/encrypted-media-v2-events.html: Added.
317 * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
318 * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
319 * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
320 * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
322 2013-02-08 Stephen Chenney <schenney@chromium.org>
324 [Chromium] Expectations as a result of removing Skia code suppressions
326 Unreviewed expectations update.
328 Why does this test always fail to be correctly rebaselined during mass updates?
330 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
332 2013-02-08 Joshua Bell <jsbell@chromium.org>
334 IndexedDB: De-flake open-during-transaction layout test
335 https://bugs.webkit.org/show_bug.cgi?id=109072
337 Reviewed by Tony Chang.
339 This test was observed to be flaky in local runs; sometimes the transaction
340 would terminate after the third open() call rather than the second, resulting
341 in a TEXT difference. Added code to keep the transaction alive until all of
342 the open() calls are complete, and changed expectations to match.
344 * storage/indexeddb/open-during-transaction-expected.txt:
345 * storage/indexeddb/resources/open-during-transaction.js:
347 2013-02-08 Stephen Chenney <schenney@chromium.org>
349 [Chromium] Expectations as a result of removing Skia code suppressions
351 Unreviewed expectations update.
353 Cleaning up the remaining failures. With luck this is it, although probably not.
355 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
356 * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
357 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
358 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
359 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
360 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
361 * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
362 * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
363 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
364 * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
365 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
366 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
367 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
368 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
369 * platform/chromium-win/media/video-zoom-controls-expected.png:
371 2013-02-08 Stephen Chenney <schenney@chromium.org>
373 Expectations as a result of removing Skia code suppressions
375 Unreviewed expectations update.
377 Round 19. The last, except for cleanup. Too many to list.
379 * platform/chromium/TestExpectations:
381 2013-02-08 Stephen Chenney <schenney@chromium.org>
383 Expectations as a result of removing Skia code suppressions
385 Unreviewed expectations update.
387 Round 18. SVG all but dynamic-updates and custom tests. List omitted
388 except for changes touching other ports.
390 * platform/chromium/TestExpectations:
391 * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
392 * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
393 * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
394 * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
395 * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
396 * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
397 * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
398 * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
399 * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
400 * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
401 * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
402 * svg/batik/text/textPosition2-expected.txt: Replaced.
404 2013-02-08 Stephen Chenney <schenney@chromium.org>
406 Expectations as a result of removing Skia code suppressions
408 Unreviewed expectations update.
410 Round 17. SVG W3C tests. List omitted.
412 * platform/chromium/TestExpectations:
414 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
416 [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
418 * platform/mac/TestExpectations:
420 2013-02-08 Stephen Chenney <schenney@chromium.org>
422 Expectations as a result of removing Skia code suppressions
424 Unreviewed expectations update.
426 Round 16. Everything done but SVG, and cleanup.
428 * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
429 * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
430 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
431 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
432 * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
433 * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
434 * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
435 * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
436 * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
437 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
438 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
439 * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
440 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
441 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
442 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
443 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
444 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
445 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
446 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
447 * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
448 * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
449 * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
450 * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
451 * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
452 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
453 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
454 * platform/chromium-linux-x86/tables/mozilla/core: Removed.
455 * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
456 * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
457 * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
458 * platform/chromium-linux-x86/tables/mozilla/other: Removed.
459 * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
460 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
461 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
462 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
463 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
464 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
465 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
466 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
467 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
468 * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
469 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
470 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
471 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
472 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
473 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
474 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
475 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
476 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
477 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
478 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
479 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
480 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
481 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
482 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
483 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
484 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
485 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
486 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
487 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
488 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
489 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
490 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
491 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
492 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
493 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
494 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
495 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
496 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
497 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
498 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
499 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
500 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
501 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
502 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
503 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
504 * platform/chromium/TestExpectations:
506 2013-02-08 Stephen Chenney <schenney@chromium.org>
508 Expectations as a result of removing Skia code suppressions
510 Unreviewed expectations update.
512 Round 15. platform/. Too many to list.
514 * platform/chromium/TestExpectations:
516 2013-02-08 Stephen Chenney <schenney@chromium.org>
518 Expectations as a result of removing Skia code suppressions
520 Unreviewed expectations update.
522 Round 14. Remaining tests up to platform in sorted order. Too many to list.
524 * platform/chromium/TestExpectations:
526 2013-02-08 Stephen Chenney <schenney@chromium.org>
528 Expectations as a result of removing Skia code suppressions
530 Unreviewed expectations update.
532 Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
534 * platform/chromium/TestExpectations:
535 * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
536 * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
537 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
538 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
539 * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
540 * platform/efl-wk2/fast/text: Added.
541 * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
542 * platform/efl-wk2/fast/text/stroking-expected.png: Added.
543 * platform/efl-wk2/fast/transforms: Added.
544 * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
545 * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
546 * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
547 * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
548 * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
549 * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
550 * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
551 * platform/efl/fast/text/stroking-expected.png: Removed.
552 * platform/efl/fast/transforms/shadows-expected.png: Removed.
553 * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
554 * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
556 2013-02-08 Stephen Chenney <schenney@chromium.org>
558 Expectations as a result of removing Skia code suppressions
560 Unreviewed expectations update.
562 Round 12. More fast tests. Too many to list.
564 * platform/chromium/TestExpectations:
566 2013-02-08 Stephen Chenney <schenney@chromium.org>
568 [Chromium] Flakey test expectations update
570 Unreviewed gardening.
572 * platform/chromium/TestExpectations:
574 2013-02-08 Stephen Chenney <schenney@chromium.org>
576 Expectations as a result of removing Skia code suppressions
578 Unreviewed expectations update.
580 Round 11. Some fast tests. Elided.
582 * platform/chromium/TestExpectations:
584 2013-02-08 Stephen Chenney <schenney@chromium.org>
586 Expectations as a result of removing Skia code suppressions
588 Unreviewed expectations update.
590 Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
592 * fast/repaint/scale-page-shrink-expected.png: Added.
593 * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
594 * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
595 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
596 * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
597 * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
599 2013-02-08 Stephen Chenney <schenney@chromium.org>
601 Expectations as a result of removing Skia code suppressions
603 Unreviewed expectations update.
605 Round 9. These were rebaselined earlier before all the bots were done.
607 * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
608 * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
609 * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
610 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
611 * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
612 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
613 * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
614 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
615 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
616 * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
617 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
618 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
619 * platform/chromium-mac/svg/text/selection-styles-expected.png:
620 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
621 * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
622 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
623 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
624 * platform/chromium-win/svg/text/selection-styles-expected.png:
626 2013-02-08 Stephen Chenney <schenney@chromium.org>
628 Expectations as a result of removing Skia code suppressions
630 Unreviewed expectations update.
632 Round 8. Outstanding mac failure.
634 * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
635 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
636 * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
637 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
639 2013-02-08 Stephen Chenney <schenney@chromium.org>
641 Expectations as a result of removing Skia code suppressions
643 Unreviewed expectations update.
645 Round 7. Outstanding failing linux tests
647 * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
648 * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
650 2013-02-08 Stephen Chenney <schenney@chromium.org>
652 Expectations as a result of removing Skia code suppressions
654 Unreviewed expectations update.
656 Round 6. Outstanding failing linux tests
658 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
660 2013-02-08 Stephen Chenney <schenney@chromium.org>
662 Expectations as a result of removing Skia code suppressions
664 Unreviewed expectations update.
666 Round 5. Editing expectations.
668 File list truncated to remove the hundreds of files that have been updated.
670 * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
671 * platform/efl-wk1/editing/selection: Added.
672 * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
673 * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
675 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
677 [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
679 * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
680 * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
682 2013-02-08 Stephen White <senorblanco@chromium.org>
684 [chromium] Unreviewed gardening. Remove effect-reference-hw from test expectations, since it's now passing.
685 https://bugs.webkit.org/show_bug.cgi?id=104289
687 * platform/chromium/TestExpectations:
689 2013-02-08 Kent Tamura <tkent@chromium.org>
691 [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
692 https://bugs.webkit.org/show_bug.cgi?id=109272
694 Reviewed by Kentaro Hara.
696 * platform/chromium/TestExpectations:
697 Skip fast/forms/datetime and datetime-multiple-fields
699 2013-02-08 Stephen Chenney <schenney@chromium.org>
701 Expectations as a result of removing Skia code suppressions
703 Unreviewed expectations update.
705 Round 4. CSS expectations.
707 * platform/chromium-linux-x86/css1/box_properties: Removed.
708 * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
709 * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
710 * platform/chromium-linux-x86/css3/images: Removed.
711 * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
712 * platform/chromium-linux-x86/css3/selectors3/html: Removed.
713 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
714 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
715 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
716 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
717 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
718 * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
719 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
720 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
721 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
722 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
723 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
724 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
725 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
726 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
727 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
728 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
729 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
730 * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
731 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
732 * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
733 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
734 * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
735 * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
736 * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
737 * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
738 * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
739 * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
740 * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
741 * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
742 * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
743 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
744 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
745 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
746 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
747 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
748 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
749 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
750 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
751 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
752 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
753 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
754 * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
755 * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
756 * platform/chromium-mac-lion/css3/images: Removed.
757 * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
758 * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
759 * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
760 * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
761 * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
762 * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
763 * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
764 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
765 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
766 * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
767 * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
768 * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
769 * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
770 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
771 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
772 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
773 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
774 * platform/chromium-win-xp/css3/images: Removed.
775 * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
776 * platform/chromium-win-xp/css3/selectors3: Removed.
777 * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
778 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
779 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
780 * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
781 * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
782 * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
783 * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
784 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
785 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
786 * platform/chromium/TestExpectations:
787 * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
788 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
789 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
791 2013-02-08 Stephen Chenney <schenney@chromium.org>
793 Expectations as a result of removing Skia code suppressions
795 Unreviewed expectations update.
797 Round 3. Remaining expected failures that had platform-specific supppressions
799 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
800 * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
801 * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
802 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
803 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
804 * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
805 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
806 * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
807 * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
808 * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
809 * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
810 * platform/chromium-mac-lion/fast/dom/52776-expected.png:
811 * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
812 * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
813 * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
814 * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
815 * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
816 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
817 * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
818 * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
819 * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
820 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
821 * platform/chromium-mac/fast/dom/52776-expected.png:
822 * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
823 * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
824 * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
825 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
826 * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
827 * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
828 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
829 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
830 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
831 * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
832 * platform/chromium/TestExpectations:
833 * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
834 * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
836 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
838 [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
840 * platform/qt/TestExpectations:
841 * platform/qt/svg/css/arrow-with-shadow-expected.png:
842 * platform/qt/svg/css/arrow-with-shadow-expected.txt:
843 * platform/qt/svg/css/clippath-with-shadow-expected.png:
844 * platform/qt/svg/css/clippath-with-shadow-expected.txt:
845 * platform/qt/svg/css/composite-shadow-text-expected.png:
846 * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
847 * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
848 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
849 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
851 2013-02-08 Stephen Chenney <schenney@chromium.org>
853 Expectations as a result of removing Skia code suppressions
855 Unreviewed expectations update.
857 Round 2. Failing Linux tests with no expectations
859 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
860 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
861 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
862 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
863 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
864 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
865 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
866 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
867 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
868 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
869 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
870 * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
871 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
872 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
873 * platform/chromium-linux/svg/text/selection-styles-expected.png:
874 * platform/efl-wk2/fast/repaint: Added.
875 * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
876 * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
877 * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
879 2013-02-08 Stephen Chenney <schenney@chromium.org>
881 Expectations as a result of removing Skia code suppressions
883 Unreviewed expectations update.
885 Round 1. Some tests that have existing expectations.
887 * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
888 * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
889 * platform/chromium-linux-x86/editing/input: Removed.
890 * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
891 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
892 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
893 * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
894 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
895 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
896 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
897 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
898 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
899 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
900 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
901 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
902 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
903 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
904 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
905 * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
906 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
907 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
908 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
909 * platform/chromium-win-xp/editing/input: Removed.
910 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
911 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
912 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
913 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
914 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
915 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
916 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
917 * platform/chromium/TestExpectations:
918 * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
919 * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
920 * platform/efl-wk2/editing/input: Added.
921 * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
922 * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
923 * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
925 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
927 [Qt] Unreviewed gardening.
928 https://bugs.webkit.org/show_bug.cgi?id=109209.
930 * platform/qt/TestExpectations:
931 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
932 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
934 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
936 [Qt][Wk2] Unreviewed gardening. Skip failing tests.
937 https://bugs.webkit.org/show_bug.cgi?id=109291.
939 * platform/qt-5.0-wk2/TestExpectations:
941 2013-02-08 Stephen Chenney <schenney@chromium.org>
943 Expectations as a result of removing Skia code suppressions
945 Unreviewed expectations update.
947 These are tests that failed due to bad expectations.
949 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
950 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
951 * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
952 * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
953 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
954 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
955 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
956 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
957 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
958 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
959 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
960 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
961 * platform/chromium-win/platform/chromium/rubberbanding: Added.
962 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
963 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
964 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
965 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
966 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
967 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
968 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
969 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
970 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
971 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
972 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
973 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
974 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
975 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
976 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
977 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
978 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
979 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
980 * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
981 * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
982 * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
983 * platform/chromium/TestExpectations:
985 2013-02-08 Stephen Chenney <schenney@chromium.org>
987 Expectations as a result of removing Skia code suppressions
989 Unreviewed gardening.
991 * platform/chromium/TestExpectations: Last of the Win failures.
993 2013-02-08 Stephen Chenney <schenney@chromium.org>
995 Expectations as a result of removing Skia code suppressions
997 Unreviewed gardening.
999 * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
1001 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1003 Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
1004 https://bugs.webkit.org/show_bug.cgi?id=109282
1006 Reviewed by Alexander Pavlov.
1008 * http/tests/inspector-enabled/dynamic-scripts.html:
1009 * http/tests/inspector/compiler-script-mapping.html:
1010 * http/tests/inspector/workspace-test.js:
1011 (initialize_WorkspaceTest.InspectorTest.createWorkspace):
1012 * inspector/debugger/breakpoint-manager.html:
1013 * inspector/debugger/dynamic-scripts.html:
1014 * inspector/debugger/script-snippet-model.html:
1015 * inspector/debugger/scripts-file-selector.html:
1016 * inspector/debugger/scripts-panel.html:
1017 * inspector/debugger/scripts-sorting-expected.txt:
1018 * inspector/debugger/scripts-sorting.html:
1019 * inspector/uisourcecode-revisions.html:
1021 2013-02-08 Stephen Chenney <schenney@chromium.org>
1023 Expectations as a result of removing Skia code suppressions
1025 Unreviewed gardening.
1027 * platform/chromium/TestExpectations: Outstanding Win failures
1029 2013-02-08 Stephen Chenney <schenney@chromium.org>
1031 Expectations as a result of removing Skia code suppressions
1033 Unreviewed gardening.
1035 * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
1037 2013-02-08 Stephen Chenney <schenney@chromium.org>
1039 Expectations as a result of removing Skia code suppressions
1041 Unreviewed gardening.
1043 * platform/chromium/TestExpectations: Modified a MountainLion expectation
1045 2013-02-08 Stephen Chenney <schenney@chromium.org>
1047 Expectations as a result of removing Skia code suppressions
1049 Unreviewed gardening.
1051 * platform/chromium/TestExpectations:
1053 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1055 Web Inspector: Replace workspace with project in UISourceCode constructor.
1056 https://bugs.webkit.org/show_bug.cgi?id=109256
1058 Reviewed by Alexander Pavlov.
1060 * inspector/debugger/breakpoint-manager-expected.txt:
1061 * inspector/debugger/breakpoint-manager.html:
1062 * inspector/debugger/script-formatter-search.html:
1063 * inspector/debugger/scripts-file-selector.html:
1064 * inspector/debugger/scripts-panel.html:
1065 * inspector/debugger/scripts-sorting.html:
1066 * inspector/debugger/ui-source-code-display-name.html:
1067 * inspector/debugger/ui-source-code.html:
1068 * inspector/uisourcecode-revisions.html:
1070 2013-02-08 Zan Dobersek <zdobersek@igalia.com>
1072 Unreviewed GTK gardening.
1074 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
1076 2013-02-08 Stephen Chenney <schenney@chromium.org>
1078 Remove Skia code suppressions
1080 Unreviewed enabling of existing optimizations
1082 Removing all skia_webkit.gyp code suppressions and adding expectations
1085 * platform/chromium/TestExpectations:
1087 2013-02-08 Stephen Chenney <schenney@chromium.org>
1089 [chromium] Unreviewed gardening. Adjusting expectations for two failures.
1091 Unreviewed Chromium expectations
1093 * platform/chromium/TestExpectations:
1095 2013-02-08 Matt Falkenhagen <falken@chromium.org>
1097 [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
1098 https://bugs.webkit.org/show_bug.cgi?id=96441
1100 * platform/chromium/TestExpectations:
1102 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1104 [Qt] Unreviewed gardening. Skip failing tests.
1106 * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
1107 * platform/qt/TestExpectations:
1108 * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
1110 2013-02-08 KwangYong Choi <ky0.choi@samsung.com>
1112 [EFL] Mark some tests as passing with incorrect expectations
1113 https://bugs.webkit.org/show_bug.cgi?id=109173
1115 Unreviewed EFL gardening.
1117 Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
1119 Currently, the tests are passing with their generated incorrect expectations.
1120 It should be checked if the test starts failing. It means, the test can be passing now.
1122 Below tests are marked as passing tests with incorrect expectations.
1124 fast/forms/basic-textareas-quirks.html
1125 fast/forms/input-disabled-color.html
1126 fast/forms/input-readonly-dimmed.html
1127 fast/forms/listbox-hit-test-zoomed.html
1128 fast/forms/menulist-narrow-width.html
1129 fast/forms/menulist-style-color.html
1130 fast/forms/plaintext-mode-2.html
1131 fast/forms/search-cancel-button-style-sharing.html
1132 fast/forms/search-rtl.html
1133 fast/forms/select-baseline.html
1134 fast/forms/select-style.html
1135 fast/forms/zoomed-controls.html
1137 * platform/efl-wk1/TestExpectations:
1138 * platform/efl-wk2/TestExpectations:
1139 * platform/efl/TestExpectations:
1141 2013-02-08 Kentaro Hara <haraken@chromium.org>
1143 Support a relatedTarget attribute on focus/blur events
1144 https://bugs.webkit.org/show_bug.cgi?id=109176
1146 Reviewed by Ojan Vafai.
1148 In bug 76216, we supported a relatedTarget attribute on
1149 focusin/focusout events. We should also support it on focus/blur events.
1151 See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
1152 for the www-dom discussion.
1154 * fast/dom/shadow/shadow-boundary-events-expected.txt:
1155 * fast/dom/shadow/shadow-boundary-events.html:
1156 * fast/events/related-target-focusevent-expected.txt:
1157 * fast/events/related-target-focusevent.html:
1159 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
1161 Web Inspector: reduce number of native memory instrumentation categories
1162 https://bugs.webkit.org/show_bug.cgi?id=109146
1164 Reviewed by Pavel Feldman.
1166 Updated tests to use new memory categories.
1168 * inspector-protocol/nmi-webaudio-expected.txt:
1169 * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
1170 * inspector-protocol/nmi-webaudio-leak-test.html:
1171 * inspector-protocol/nmi-webaudio.html:
1172 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1173 * inspector/profiler/memory-instrumentation-cached-images.html:
1174 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1175 * inspector/profiler/memory-instrumentation-canvas.html:
1177 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1179 [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
1180 https://bugs.webkit.org/show_bug.cgi?id=109262
1182 An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
1184 * platform/chromium/TestExpectations:
1186 2013-02-07 Mike West <mkwst@chromium.org>
1188 <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
1189 https://bugs.webkit.org/show_bug.cgi?id=87707
1191 Reviewed by Eric Seidel.
1193 * fast/frames/seamless/seamless-float-expected.txt:
1194 * fast/frames/seamless/seamless-inline-expected.txt:
1195 Rebaseline the now-passing bits of these tests.
1197 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
1199 Unreviewed rebaseline.
1201 * 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.
1202 * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
1203 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
1204 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
1205 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
1206 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
1207 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
1208 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
1209 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
1211 2013-02-07 Kent Tamura <tkent@chromium.org>
1213 document.activeElement should not return a non-focusable element
1214 https://bugs.webkit.org/show_bug.cgi?id=86707
1216 Reviewed by Hajime Morita.
1218 * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
1219 * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
1220 This test verifies that document.activeElement does not return an
1221 invalid or non-focusable element.
1223 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1225 [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
1227 See https://bugs.webkit.org/show_bug.cgi?id=109114
1229 * platform/chromium/TestExpectations:
1231 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
1233 Cleaning up after r142208
1234 https://bugs.webkit.org/show_bug.cgi?id=109228
1238 The commit-queue didn't remove these files for some reason. Removing them manually.
1240 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1241 * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1242 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1243 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1244 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1245 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1246 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1248 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
1250 Rebaseline text output for contentOpaque
1251 https://bugs.webkit.org/show_bug.cgi?id=108656
1253 Unreviewed rebaseline.
1255 * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
1256 * platform/chromium/TestExpectations:
1257 * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
1258 * platform/mac/TestExpectations:
1259 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
1260 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
1262 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1264 Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
1265 which was failing on Chromium Mac after r142152.
1267 * 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.
1269 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
1271 Unreviewed, rolling out r142113.
1272 http://trac.webkit.org/changeset/142113
1273 https://bugs.webkit.org/show_bug.cgi?id=109244
1275 tests started failing after r142081 was rolled out in r142166
1276 (Requested by falken on #webkit).
1278 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1279 * inspector/profiler/memory-instrumentation-cached-images.html:
1280 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1281 * inspector/profiler/memory-instrumentation-canvas.html:
1283 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
1285 getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
1286 https://bugs.webkit.org/show_bug.cgi?id=106535
1288 Reviewed by Ojan Vafai.
1290 Update tests to also check getComputedStyle during animations and transitions.
1292 * fast/css-generated-content/pseudo-animation-expected.txt:
1293 * fast/css-generated-content/pseudo-animation.html:
1294 * fast/css-generated-content/pseudo-transition-expected.txt:
1295 * fast/css-generated-content/pseudo-transition.html:
1297 2013-02-07 Kent Tamura <tkent@chromium.org>
1299 [Chromium-Android] Disable input[type=datetime]
1300 https://bugs.webkit.org/show_bug.cgi?id=107614
1302 Reviewed by Kentaro Hara.
1304 * platform/chromium/TestExpectations:
1305 Tetsts in fast/forms/datetime/ fail.
1307 2013-02-07 Jeffrey Pfau <jpfau@apple.com>
1309 [Mac] Unreviewed, skip crashing test
1311 * platform/mac/TestExpectations:
1313 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
1315 [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest
1316 https://bugs.webkit.org/show_bug.cgi?id=109228
1318 Reviewed by Eric Seidel.
1320 Simplify and turn the test into a reftest, remove the unnecessary expected files.
1322 * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
1323 * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1324 * fast/regions/selecting-text-through-different-region-flows.html:
1325 * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1326 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1327 * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1328 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1329 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1330 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1331 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1332 * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1333 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1334 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1336 2013-02-07 Alexei Svitkine <asvitkine@chromium.org>
1338 Chromium: Hang parsing bidi control chars on Mac OS X 10.6
1339 https://bugs.webkit.org/show_bug.cgi?id=108877
1341 This was broken a while ago by:
1342 https://bugs.webkit.org/show_bug.cgi?id=83045
1344 On 10.6, CoreText will not produce any runs covering the
1345 Unicode BiDi RTL mark control char, which causes an infinite
1346 loop in ComplexTextController::indexOfCurrentRun() due to no
1347 run covering the character at offset 0.
1349 This patch fixes that issue by finding the earliest run
1350 explicitly via the minimum stringBegin() index instead of
1351 relying on a run existing that covers offset 0.
1353 Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
1354 Chromium bug: http://crbug.com/167844
1356 New test in the same style as harfbuzz-buffer-overrun.html
1359 Reviewed by Eric Seidel.
1361 * fast/text/international/rtl-mark-expected.txt: Added.
1362 * fast/text/international/rtl-mark.html: Added.
1364 2013-02-07 Kentaro Hara <haraken@chromium.org>
1366 Implement FocusEvent constructor
1367 https://bugs.webkit.org/show_bug.cgi?id=109170
1369 Reviewed by Adam Barth.
1371 Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
1373 FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
1374 flag, which is enabled on Chromium and Safari.
1376 * fast/dom/constructed-objects-prototypes-expected.txt:
1377 * fast/events/constructors/focus-event-constructor-expected.txt: Added.
1378 * fast/events/constructors/focus-event-constructor.html: Added.
1379 * platform/efl/TestExpectations:
1380 * platform/gtk/TestExpectations:
1381 * platform/qt/TestExpectations:
1382 * platform/win/TestExpectations:
1383 * platform/wincairo/TestExpectations:
1385 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
1387 HTML parser should queue MutationRecords for its operations
1388 https://bugs.webkit.org/show_bug.cgi?id=89351
1390 Reviewed by Eric Seidel.
1392 Add new test mutation records in the parser and fix shadow-dom.html
1393 test since it used setTimeout and sometimes could observe parser
1396 * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
1397 * fast/dom/MutationObserver/parser-mutations.html: Added.
1398 * fast/dom/MutationObserver/shadow-dom-expected.txt:
1399 * fast/dom/MutationObserver/shadow-dom.html:
1401 2013-02-07 Adam Barth <abarth@webkit.org>
1403 fast/parser/document-write-noscript.html fails for threaded HTML parser
1404 https://bugs.webkit.org/show_bug.cgi?id=109237
1406 Reviewed by Eric Seidel.
1408 This tests basic document.write functionality. There doesn't appear to
1409 be another fast/parser test that covers this basic case (although it's
1410 convered in some more complicated test cases incidentally.)
1412 * fast/parser/document-write-basic-expected.txt: Added.
1413 * fast/parser/document-write-basic.html: Added.
1415 2013-02-07 Keishi Hattori <keishi@webkit.org>
1417 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
1418 https://bugs.webkit.org/show_bug.cgi?id=109136
1420 Reviewed by Kent Tamura.
1422 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
1423 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
1424 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
1425 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
1426 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
1427 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
1428 * platform/chromium/TestExpectations:
1430 2013-02-07 Terry Anderson <tdanderson@chromium.org>
1432 Non-scrollable divs and non-scrollable iframes can scroll with touch
1433 https://bugs.webkit.org/show_bug.cgi?id=109087
1435 Reviewed by Eric Seidel.
1437 Two new layout tests added to demonstrate that the changes to
1438 RenderLayer::scrollBy() and closestScrollableNodeCandidate() in
1439 EventHandler.cpp are both necessary to ensure that non-scrollable
1440 divs and non-scrollable iframes cannot be scrolled with touch.
1442 * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
1443 * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
1444 * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
1445 * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
1446 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
1447 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
1449 2013-02-07 Michelangelo De Simone <michelangelo@webkit.org>
1451 [CSS Shaders] Add the last blending step
1452 https://bugs.webkit.org/show_bug.cgi?id=104012
1454 Added a test to check the correct blending in presence of a transparent backdrop.
1456 Reviewed by Dean Jackson.
1458 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
1459 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
1460 * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
1461 differences, please see the relevant bug: http://webkit.org/b/107487
1463 2013-02-07 Hans Muller <hmuller@adobe.com>
1465 [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
1466 https://bugs.webkit.org/show_bug.cgi?id=107566
1468 Reviewed by David Hyatt.
1470 Added a simple polygonal shape-inside test where only a subset of the polygon edges
1471 should contribute to each line's offset edges.
1473 * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
1474 * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
1476 2013-02-07 James Craig <jcraig@apple.com>
1478 Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
1479 https://bugs.webkit.org/show_bug.cgi?id=109027
1481 Reviewed by Chris Fleizach.
1483 New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles.
1485 * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
1486 * platform/mac/accessibility/role-subrole-roledescription.html: Added.
1488 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
1490 Unreviewed GTK gardening.
1492 * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
1493 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
1495 2013-02-07 Benjamin Poulain <bpoulain@apple.com>
1497 Move pauseAnimation/pauseTransition from TestRunner to Internals
1498 https://bugs.webkit.org/show_bug.cgi?id=109107
1500 Reviewed by Anders Carlsson.
1502 Change the tests with the following:
1503 -Use the methods on Internals instead of TestRunner.
1504 -Adapt the calls to pass a particular element instead of an ID.
1505 -Remove feature detection. Having Internals implies having the feature.
1507 * animations/animation-hit-test-transform.html:
1508 * animations/animation-hit-test.html:
1509 * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
1510 * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
1511 * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
1512 * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
1513 * animations/change-keyframes-name.html:
1514 * animations/change-transform-style-during-animation.html:
1515 * animations/missing-from-to-transforms.html:
1516 * animations/missing-from-to.html:
1517 * animations/resources/animation-test-helpers.js:
1518 (checkExpectedValue):
1520 * css3/calc/transitions-dependent.html:
1521 * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
1522 * transitions/opacity-transition-zindex.html:
1523 * transitions/resources/transition-test-helpers.js:
1525 * transitions/transition-drt-api-delay.html:
1526 * transitions/transition-drt-api.html:
1527 * transitions/transition-hit-test-transform.html:
1528 * transitions/transition-hit-test.html:
1530 2013-02-07 Rik Cabanier <cabanier@adobe.com>
1532 Add support for parsing of -webkit-background-blend-mode
1533 https://bugs.webkit.org/show_bug.cgi?id=108547
1535 Reviewed by David Hyatt.
1537 Added parsing and general CSS handling of -webkit-background-blend-mode per
1538 https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
1540 * css3/compositing/background-blend-mode-property-expected.txt: Added.
1541 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
1542 * css3/compositing/background-blend-mode-property-parsing.html: Added.
1543 * css3/compositing/background-blend-mode-property.html: Added.
1544 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
1547 (testBlendModeRule):
1548 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
1551 * css3/compositing/background-blend-mode-property-expected.txt: Added.
1552 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
1553 * css3/compositing/background-blend-mode-property-parsing.html: Added.
1554 * css3/compositing/background-blend-mode-property.html: Added.
1555 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
1558 (testBlendModeRule):
1559 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
1561 * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
1562 * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
1564 2013-02-07 Gavin Peters <gavinp@chromium.org>
1566 Unreviewed, rolling out r142142.
1567 http://trac.webkit.org/changeset/142142
1568 https://bugs.webkit.org/show_bug.cgi?id=109154
1570 Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
1572 * inspector/editor/text-editor-home-button-expected.txt: Removed.
1573 * inspector/editor/text-editor-home-button.html: Removed.
1574 * platform/efl/TestExpectations:
1575 * platform/mac/TestExpectations:
1576 * platform/qt/TestExpectations:
1578 2013-02-07 Bear Travis <betravis@adobe.com>
1580 [CSS Exclusions] shape-inside does not properly handle padding or border
1581 https://bugs.webkit.org/show_bug.cgi?id=102715
1583 Reviewed by David Hyatt.
1585 Test that borders and padding are properly accounted for when laying out text in
1588 * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
1590 * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
1591 * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
1593 2013-01-27 Robert Hogan <robert@webkit.org>
1595 CSS 2.1 failure: floats-149 fails
1596 https://bugs.webkit.org/show_bug.cgi?id=95772
1598 Reviewed by David Hyatt.
1600 * css2.1/20110323/floats-149-expected.html: Added.
1601 * css2.1/20110323/floats-149.htm: Added.
1602 * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
1603 * fast/inline/inline-with-empty-inline-children.html: Added.
1604 * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
1606 2013-02-07 Max Vujovic <mvujovic@adobe.com>
1608 [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
1609 https://bugs.webkit.org/show_bug.cgi?id=109082
1611 Move the at-rule parsing tests to the recently added folder named
1612 "custom-with-at-rule-parsing".
1614 Remove the "custom-filter" prefix from the test filenames to
1615 match the new convention.
1617 Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
1618 "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
1619 that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
1620 behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
1621 expectation file that was previously needed for "shouldBeType".
1623 Reviewed by Dean Jackson.
1625 * 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.
1626 * 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.
1627 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
1628 * 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.
1629 * 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.
1630 (testInvalidFilterAtRule):
1631 * 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.
1635 * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
1636 * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
1638 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
1640 Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
1641 https://bugs.webkit.org/show_bug.cgi?id=109201
1643 Reviewed by Pavel Feldman.
1645 * inspector/debugger/network-uisourcecode-provider.html:
1647 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
1649 Web Inspector: home button behaviour is wrong in DTE
1650 https://bugs.webkit.org/show_bug.cgi?id=109154
1652 Reviewed by Vsevolod Vlasov.
1654 Add layout test to verify home button behaviour. Exclude this test on
1655 platforms that do not have eventSender object in test shell.
1657 * inspector/editor/text-editor-home-button-expected.txt: Added.
1658 * inspector/editor/text-editor-home-button.html: Added.
1659 * platform/efl/TestExpectations:
1660 * platform/mac/TestExpectations:
1661 * platform/qt/TestExpectations:
1663 2013-02-07 Allan Sandfeld Jensen <allan.jensen@digia.com>
1665 Scrollbars misplaced with accelerated compositing for overflow scroll
1666 https://bugs.webkit.org/show_bug.cgi?id=108625
1668 Reviewed by Simon Fraser.
1670 Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
1671 and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
1673 * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
1674 * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
1676 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
1678 [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
1679 https://bugs.webkit.org/show_bug.cgi?id=107567.
1681 * platform/qt/TestExpectations:
1682 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
1683 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
1684 * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
1685 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
1686 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
1687 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
1688 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
1689 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
1690 * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
1691 * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
1692 * platform/qt/fast/text/whitespace/006-expected.png:
1693 * platform/qt/fast/text/whitespace/006-expected.txt:
1694 * platform/qt/fast/text/whitespace/007-expected.png:
1695 * platform/qt/fast/text/whitespace/007-expected.txt:
1696 * platform/qt/svg/batik/text/xmlSpace-expected.png:
1697 * platform/qt/svg/batik/text/xmlSpace-expected.txt:
1698 * platform/qt/svg/carto.net/combobox-expected.png:
1699 * platform/qt/svg/carto.net/combobox-expected.txt:
1700 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
1701 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
1702 * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
1703 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
1704 * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
1705 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
1707 2013-02-07 Gavin Peters <gavinp@chromium.org>
1709 Unreviewed, rolling out r142111.
1710 http://trac.webkit.org/changeset/142111
1711 https://bugs.webkit.org/show_bug.cgi?id=108055
1713 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
1715 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
1716 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
1717 * platform/chromium/TestExpectations:
1718 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
1719 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
1720 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
1721 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
1723 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
1725 Web Inspector: [Regression] Map.size() returns negative values.
1726 https://bugs.webkit.org/show_bug.cgi?id=109174
1728 Reviewed by Yury Semikhatsky.
1730 * inspector/map-expected.txt:
1731 * inspector/map.html:
1733 2013-02-07 Kent Tamura <tkent@chromium.org>
1735 Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
1736 https://bugs.webkit.org/show_bug.cgi?id=109160
1738 Reviewed by Kentaro Hara.
1740 * fast/forms/number/number-l10n-input-expected.txt: Added.
1741 * fast/forms/number/number-l10n-input.html: Added.
1743 2013-02-07 Stephen White <senorblanco@chromium.org>
1745 [chromium] New baselines for GPU-accelerated reference filters tests. Unreviewed.
1746 https://bugs.webkit.org/show_bug.cgi?id=104289
1748 * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
1749 * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
1750 * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
1751 * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
1752 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
1753 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
1754 * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
1755 * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
1756 * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
1757 * platform/chromium/TestExpectations:
1759 2013-02-07 Peter Rybin <prybin@chromium.org>
1761 Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
1762 https://bugs.webkit.org/show_bug.cgi?id=107829
1764 Reviewed by Pavel Feldman.
1766 * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
1767 * inspector-protocol/debugger-setVariableValue.html: Added.
1768 * inspector/console/command-line-api-expected.txt:
1769 * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
1771 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
1773 Web Inspector: reduce number of native memory instrumentation categories
1774 https://bugs.webkit.org/show_bug.cgi?id=109146
1776 Reviewed by Pavel Feldman.
1778 Fix layout tests that started failing after r142081.
1780 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1781 * inspector/profiler/memory-instrumentation-cached-images.html:
1782 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1783 * inspector/profiler/memory-instrumentation-canvas.html:
1785 2013-02-07 Keishi Hattori <keishi@webkit.org>
1787 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
1788 https://bugs.webkit.org/show_bug.cgi?id=108055
1790 Reviewed by Kent Tamura.
1792 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
1793 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
1794 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
1795 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
1796 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
1797 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
1798 * platform/chromium/TestExpectations:
1800 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
1802 [Qt] Unreviewed gardening. Skip failing test.
1804 * platform/qt/TestExpectations:
1806 2013-02-07 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1808 [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
1810 * platform/qt/TestExpectations:
1811 * platform/qt/fast/dynamic/002-expected.txt:
1812 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
1813 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
1815 2013-02-07 Gregg Tavares <gman@chromium.org>
1817 Add WebGL Conformance Tests state, renderbuffers, and reading folders.
1818 https://bugs.webkit.org/show_bug.cgi?id=109121
1820 Reviewed by Kenneth Russell.
1822 * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
1823 * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
1824 * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
1825 * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
1826 * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
1827 * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
1828 * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
1829 * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
1830 * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
1831 * webgl/conformance/state/gl-enable-enum-test.html: Added.
1832 * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
1833 * webgl/conformance/state/gl-enum-tests.html: Added.
1834 * webgl/conformance/state/gl-get-calls-expected.txt: Added.
1835 * webgl/conformance/state/gl-get-calls.html: Added.
1836 * webgl/conformance/state/gl-geterror-expected.txt: Added.
1837 * webgl/conformance/state/gl-geterror.html: Added.
1838 * webgl/conformance/state/gl-getstring-expected.txt: Added.
1839 * webgl/conformance/state/gl-getstring.html: Added.
1840 * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
1841 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
1842 * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
1843 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
1844 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
1845 * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
1846 * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
1847 * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
1848 * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
1849 * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
1850 * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
1851 * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
1853 2013-02-07 Gregg Tavares <gman@chromium.org>
1855 Add WebGL Conformance Tests rendering folder.
1856 https://bugs.webkit.org/show_bug.cgi?id=109122
1858 Reviewed by Kenneth Russell.
1860 * webgl/conformance/rendering/culling-expected.txt: Added.
1861 * webgl/conformance/rendering/culling.html: Added.
1862 * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
1863 * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
1864 * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
1865 * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
1866 * webgl/conformance/rendering/gl-clear-expected.txt: Added.
1867 * webgl/conformance/rendering/gl-clear.html: Added.
1868 * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
1869 * webgl/conformance/rendering/gl-drawelements.html: Added.
1870 * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
1871 * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
1872 * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
1873 * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
1874 * webgl/conformance/rendering/simple-expected.txt: Added.
1875 * webgl/conformance/rendering/simple.html: Added.
1876 * webgl/conformance/rendering/triangle-expected.txt: Added.
1877 * webgl/conformance/rendering/triangle.html: Added.
1878 * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
1879 * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
1880 * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
1881 * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
1882 * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
1883 * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
1884 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
1885 * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
1886 * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
1887 * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
1888 * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
1890 2013-02-07 Gregg Tavares <gman@chromium.org>
1892 Add WebGL Conformance Tests programs folder.
1893 https://bugs.webkit.org/show_bug.cgi?id=109120
1895 Reviewed by Kenneth Russell.
1897 * webgl/conformance/programs/get-active-test-expected.txt: Added.
1898 * webgl/conformance/programs/get-active-test.html: Added.
1899 * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
1900 * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
1901 * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
1902 * webgl/conformance/programs/gl-get-active-attribute.html: Added.
1903 * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
1904 * webgl/conformance/programs/gl-get-active-uniform.html: Added.
1905 * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
1906 * webgl/conformance/programs/gl-getshadersource.html: Added.
1907 * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
1908 * webgl/conformance/programs/gl-shader-test.html: Added.
1909 * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
1910 * webgl/conformance/programs/invalid-UTF-16.html: Added.
1911 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
1912 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
1913 * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
1914 * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
1915 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
1916 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
1917 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
1918 * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
1919 * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
1920 * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
1921 * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
1923 2013-02-07 Gregg Tavares <gman@chromium.org>
1925 Add WebGL Conformance Tests context folder.
1926 https://bugs.webkit.org/show_bug.cgi?id=109114
1928 Reviewed by Kenneth Russell.
1930 * webgl/conformance/context/constants-expected.txt: Added.
1931 * webgl/conformance/context/constants.html: Added.
1932 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
1933 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
1934 * webgl/conformance/context/context-lost-expected.txt: Added.
1935 * webgl/conformance/context/context-lost-restored-expected.txt: Added.
1936 * webgl/conformance/context/context-lost-restored.html: Added.
1937 * webgl/conformance/context/context-lost.html: Added.
1938 * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
1939 * webgl/conformance/context/context-release-upon-reload.html: Added.
1940 * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
1941 * webgl/conformance/context/context-release-with-workers.html: Added.
1942 * webgl/conformance/context/context-type-test-expected.txt: Added.
1943 * webgl/conformance/context/context-type-test.html: Added.
1944 * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
1945 * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
1946 * webgl/conformance/context/methods-expected.txt: Added.
1947 * webgl/conformance/context/methods.html: Added.
1948 * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
1949 * webgl/conformance/context/premultiplyalpha-test.html: Added.
1950 * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
1951 * webgl/conformance/context/resource-sharing-test.html: Added.
1952 * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
1953 * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
1954 * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
1955 * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
1956 * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
1957 * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
1958 * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
1959 * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
1960 * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
1961 * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
1962 * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
1963 * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
1964 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
1965 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
1966 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
1968 2013-02-07 Gregg Tavares <gman@chromium.org>
1970 Add WebGL Conformance Tests uniforms folder.
1971 https://bugs.webkit.org/show_bug.cgi?id=109112
1973 Reviewed by Kenneth Russell.
1975 * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
1976 * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
1977 * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
1978 * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
1979 * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
1980 * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
1981 * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
1982 * webgl/conformance/uniforms/null-uniform-location.html: Added.
1983 * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
1984 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
1985 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
1986 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
1987 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
1988 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
1989 * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
1990 * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
1991 * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
1993 2013-02-07 Gregg Tavares <gman@chromium.org>
1995 Add WebGL Conformance Tests canvas folder.
1996 https://bugs.webkit.org/show_bug.cgi?id=109113
1998 Reviewed by Kenneth Russell.
2000 * webgl/conformance/canvas/canvas-test-expected.txt: Added.
2001 * webgl/conformance/canvas/canvas-test.html: Added.
2002 * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
2003 * webgl/conformance/canvas/canvas-zero-size.html: Added.
2004 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
2005 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2006 * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
2007 * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2008 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
2009 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2010 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
2011 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2012 * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
2013 * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2014 * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
2015 * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
2016 * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
2017 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2018 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2019 * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2020 * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2021 * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2023 2013-02-07 Gregg Tavares <gman@chromium.org>
2025 Add WebGL Conformance Tests texture folder.
2026 https://bugs.webkit.org/show_bug.cgi?id=109111
2028 Reviewed by Kenneth Russell.
2030 * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
2031 * webgl/conformance/textures/compressed-tex-image.html: Added.
2032 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
2033 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2034 * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
2035 * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
2036 * webgl/conformance/textures/gl-teximage-expected.txt: Added.
2037 * webgl/conformance/textures/gl-teximage.html: Added.
2038 * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
2039 * webgl/conformance/textures/mipmap-fbo.html: Added.
2040 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
2041 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2042 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
2043 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
2044 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2045 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
2046 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2047 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
2048 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2049 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2050 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
2051 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2052 * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
2053 * webgl/conformance/textures/tex-image-webgl.html: Added.
2054 * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
2055 * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
2056 * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
2057 * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
2058 * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
2059 * webgl/conformance/textures/tex-input-validation.html: Added.
2060 * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
2061 * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2062 * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
2063 * webgl/conformance/textures/tex-sub-image-2d.html: Added.
2064 * webgl/conformance/textures/texparameter-test-expected.txt: Added.
2065 * webgl/conformance/textures/texparameter-test.html: Added.
2066 * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
2067 * webgl/conformance/textures/texture-attachment-formats.html: Added.
2068 * webgl/conformance/textures/texture-clear-expected.txt: Added.
2069 * webgl/conformance/textures/texture-clear.html: Added.
2070 * webgl/conformance/textures/texture-complete-expected.txt: Added.
2071 * webgl/conformance/textures/texture-complete.html: Added.
2072 * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
2073 * webgl/conformance/textures/texture-formats-test.html: Added.
2074 * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
2075 * webgl/conformance/textures/texture-hd-dpi.html: Added.
2076 * webgl/conformance/textures/texture-npot-expected.txt: Added.
2077 * webgl/conformance/textures/texture-npot.html: Added.
2078 * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
2079 * webgl/conformance/textures/texture-size-cube-maps.html: Added.
2080 * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
2081 * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
2082 * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
2083 * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2084 * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
2085 * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
2086 * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
2087 * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
2088 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2089 * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
2090 * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
2091 * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
2092 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2093 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2094 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2095 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2096 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2097 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2098 * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
2099 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
2100 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
2101 * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
2102 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2103 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
2104 * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
2105 * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
2106 * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
2107 * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
2108 * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
2109 * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
2110 * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
2111 * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
2112 * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
2113 * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2114 * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
2116 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
2118 Web Inspector: highlight matching braces in DTE.
2119 https://bugs.webkit.org/show_bug.cgi?id=108697
2121 Reviewed by Pavel Feldman.
2123 New layout test to verify brace matching functionality. Fix some
2124 layout test expectations as the patch removes braces from highlight
2127 * inspector/editor/brace-matcher-expected.txt: Added.
2128 * inspector/editor/brace-matcher.html: Added.
2129 * inspector/editor/highlighter-basics-expected.txt:
2130 * inspector/editor/text-editor-long-line-expected.txt:
2132 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2134 Rollout r142058 various crashes and timeouts on AppleMac and Chromium
2135 https://bugs.webkit.org/show_bug.cgi?id=109152
2137 Reviewed by Pavel Feldman.
2139 Unreviewed gardening. r142058 added failing tests and marked many as
2140 Skip or Failure but there are also Timeouts and Crashes causing
2143 * platform/chromium/TestExpectations:
2144 * platform/mac/TestExpectations:
2145 * platform/win/TestExpectations:
2146 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
2147 * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
2148 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
2149 * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
2150 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
2151 * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
2152 * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
2153 * webgl/conformance/canvas/to-data-url-test.html: Removed.
2154 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
2155 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
2156 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
2157 * webgl/conformance/context/context-creation-and-destruction.html: Removed.
2158 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
2159 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
2160 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
2161 * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
2162 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
2163 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
2164 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
2165 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
2166 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
2167 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
2168 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
2169 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
2170 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
2171 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
2172 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
2173 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
2174 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
2175 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
2176 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
2177 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
2178 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
2179 * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
2180 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
2181 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
2182 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
2183 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
2184 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
2185 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
2186 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
2187 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
2188 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
2189 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
2190 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
2191 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
2192 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
2193 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
2194 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
2195 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
2196 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
2197 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
2198 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
2199 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
2200 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
2201 * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
2202 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
2203 * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
2204 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
2205 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
2206 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
2207 * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
2208 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
2209 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
2210 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
2211 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
2212 * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
2213 * webgl/conformance/more/functions/drawArrays.html: Removed.
2214 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
2215 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
2216 * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
2217 * webgl/conformance/more/functions/drawElements.html: Removed.
2218 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
2219 * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
2220 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
2221 * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
2222 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
2223 * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
2224 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
2225 * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
2226 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
2227 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
2228 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
2229 * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
2230 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
2231 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
2232 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
2233 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
2234 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
2235 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
2236 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
2237 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
2238 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
2239 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
2240 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
2241 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
2242 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
2243 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
2244 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
2245 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
2246 * webgl/conformance/programs/program-test-expected.txt: Removed.
2247 * webgl/conformance/programs/program-test.html: Removed.
2248 * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
2249 * webgl/conformance/reading/read-pixels-test.html: Removed.
2250 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
2251 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
2252 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
2253 * webgl/conformance/rendering/gl-scissor-test.html: Removed.
2254 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
2255 * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
2256 * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
2257 * webgl/conformance/rendering/multisample-corruption.html: Removed.
2258 * webgl/conformance/rendering/point-size-expected.txt: Removed.
2259 * webgl/conformance/rendering/point-size.html: Removed.
2260 * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
2261 * webgl/conformance/state/gl-object-get-calls.html: Removed.
2262 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
2263 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
2264 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
2265 * webgl/conformance/textures/gl-pixelstorei.html: Removed.
2266 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
2267 * webgl/conformance/textures/origin-clean-conformance.html: Removed.
2268 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
2269 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
2270 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
2271 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
2272 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
2273 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
2274 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
2275 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
2276 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
2277 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
2278 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
2279 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
2280 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
2281 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
2282 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
2283 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
2284 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
2285 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
2286 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
2287 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
2288 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
2289 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
2290 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
2291 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
2292 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
2293 * webgl/conformance/textures/texture-active-bind-2.html: Removed.
2294 * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
2295 * webgl/conformance/textures/texture-active-bind.html: Removed.
2296 * webgl/conformance/textures/texture-mips-expected.txt: Removed.
2297 * webgl/conformance/textures/texture-mips.html: Removed.
2298 * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
2299 * webgl/conformance/textures/texture-npot-video.html: Removed.
2300 * webgl/conformance/textures/texture-size-expected.txt: Removed.
2301 * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
2302 * webgl/conformance/textures/texture-size-limit.html: Removed.
2303 * webgl/conformance/textures/texture-size.html: Removed.
2304 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
2305 * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
2306 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
2307 * webgl/conformance/uniforms/uniform-default-values.html: Removed.
2308 * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
2309 * webgl/conformance/uniforms/uniform-location.html: Removed.
2310 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
2311 * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
2312 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
2313 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
2314 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
2315 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
2316 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
2317 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
2318 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
2319 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
2320 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
2321 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
2322 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
2323 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
2324 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
2325 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
2326 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
2327 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
2328 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
2329 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
2330 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
2331 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
2332 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
2333 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
2334 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
2335 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
2336 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
2337 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
2338 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
2339 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
2340 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
2341 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
2342 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
2343 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
2344 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
2345 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
2346 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
2347 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
2348 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
2349 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
2350 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
2351 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
2352 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
2353 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
2354 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
2355 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
2356 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
2357 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
2358 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
2359 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
2360 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
2361 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
2362 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
2363 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
2364 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
2365 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
2366 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
2367 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
2368 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
2369 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
2370 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
2371 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
2372 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
2373 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
2374 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
2375 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
2376 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
2377 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
2378 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
2379 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
2380 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
2381 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
2382 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
2383 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
2384 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
2385 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
2386 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
2387 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
2388 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
2389 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
2390 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
2391 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
2392 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
2393 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
2394 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
2396 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
2398 [Qt] Unreviewed gardening. Skip failing WebGL tests.
2400 * platform/qt/TestExpectations:
2402 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
2404 Unreviewed, rolling out r142067.
2405 http://trac.webkit.org/changeset/142067
2406 https://bugs.webkit.org/show_bug.cgi?id=109147
2408 adding Slow modifier did not help completely (Requested by
2411 * platform/chromium/TestExpectations:
2413 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
2415 Unreviewed GTK gardening.
2417 Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
2418 Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
2421 * platform/gtk/TestExpectations:
2423 2013-02-03 Kentaro Hara <haraken@chromium.org>
2425 WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
2426 https://bugs.webkit.org/show_bug.cgi?id=76216
2428 Reviewed by Eric Seidel.
2430 Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
2432 This patch creates a new FocusEvent class with a relatedTarget attribute.
2433 Now when focusin or focusout events are dispatched, a FocusEvent is created with
2434 the relatedTarget attribute set accordingly.
2436 * fast/dom/shadow/shadow-boundary-events-expected.txt:
2437 * fast/dom/shadow/shadow-boundary-events.html:
2438 * fast/events/related-target-focusevent-expected.txt: Added.
2439 * fast/events/related-target-focusevent.html: Added.
2441 2013-02-06 Mike West <mkwst@chromium.org>
2443 Entity-header extension headers honored on 304 responses.
2444 https://bugs.webkit.org/show_bug.cgi?id=72414
2446 Reviewed by Alexey Proskuryakov.
2448 * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
2449 * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
2450 * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
2451 * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
2452 * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
2453 * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
2454 * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
2455 * http/tests/security/xssAuditor/cached-frame.html: Added.
2456 * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
2458 2013-02-06 Matt Falkenhagen <falken@chromium.org>
2460 Unreviewed gardening. Marking all webgl/conformance tests as slow.
2462 * platform/chromium/TestExpectations:
2464 2013-02-06 Tom Sepez <tsepez@chromium.org>
2466 document.referrer leakage with XSS Auditor page block
2467 https://bugs.webkit.org/show_bug.cgi?id=109089
2469 Reviewed by Adam Barth.
2471 Test prints the referrer to show it isn't leaked.
2473 * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
2474 * http/tests/security/xssAuditor/full-block-script-tag.html:
2476 2013-02-06 Matt Falkenhagen <falken@chromium.org>
2478 Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
2480 * platform/chromium/TestExpectations:
2482 2013-02-06 Gregg Tavares <gman@chromium.org>
2484 Adds failing WebGL Conformance Tests.
2485 https://bugs.webkit.org/show_bug.cgi?id=109075
2487 Reviewed by Kenneth Russell.
2489 * platform/chromium/TestExpectations:
2490 * platform/mac/TestExpectations:
2491 * platform/win/TestExpectations:
2492 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
2493 * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
2494 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
2495 * webgl/conformance/canvas/buffer-preserve-test.html: Added.
2496 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
2497 * webgl/conformance/canvas/drawingbuffer-test.html: Added.
2498 * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
2499 * webgl/conformance/canvas/to-data-url-test.html: Added.
2500 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
2501 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
2502 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
2503 * webgl/conformance/context/context-creation-and-destruction.html: Added.
2504 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
2505 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
2506 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
2507 * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
2508 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
2509 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
2510 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
2511 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
2512 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
2513 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
2514 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
2515 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
2516 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
2517 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
2518 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
2519 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
2520 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
2521 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
2522 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
2523 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
2524 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
2525 * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
2526 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
2527 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
2528 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
2529 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
2530 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
2531 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
2532 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
2533 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
2534 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
2535 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
2536 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
2537 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
2538 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
2539 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
2540 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
2541 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
2542 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
2543 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
2544 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
2545 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
2546 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
2547 * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
2548 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
2549 * webgl/conformance/more/functions/copyTexImage2D.html: Added.
2550 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
2551 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
2552 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
2553 * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
2554 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
2555 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
2556 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
2557 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
2558 * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
2559 * webgl/conformance/more/functions/drawArrays.html: Added.
2560 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
2561 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
2562 * webgl/conformance/more/functions/drawElements-expected.txt: Added.
2563 * webgl/conformance/more/functions/drawElements.html: Added.
2564 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
2565 * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
2566 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
2567 * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
2568 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
2569 * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
2570 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
2571 * webgl/conformance/more/functions/texImage2DHTML.html: Added.
2572 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
2573 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
2574 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
2575 * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
2576 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
2577 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
2578 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
2579 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
2580 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
2581 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
2582 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
2583 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
2584 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
2585 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
2586 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
2587 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
2588 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
2589 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
2590 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
2591 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
2592 * webgl/conformance/programs/program-test-expected.txt: Added.
2593 * webgl/conformance/programs/program-test.html: Added.
2594 * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
2595 * webgl/conformance/reading/read-pixels-test.html: Added.
2596 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
2597 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
2598 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
2599 * webgl/conformance/rendering/gl-scissor-test.html: Added.
2600 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
2601 * webgl/conformance/rendering/more-than-65536-indices.html: Added.
2602 * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
2603 * webgl/conformance/rendering/multisample-corruption.html: Added.
2604 * webgl/conformance/rendering/point-size-expected.txt: Added.
2605 * webgl/conformance/rendering/point-size.html: Added.
2606 * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
2607 * webgl/conformance/state/gl-object-get-calls.html: Added.
2608 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
2609 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
2610 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
2611 * webgl/conformance/textures/gl-pixelstorei.html: Added.
2612 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
2613 * webgl/conformance/textures/origin-clean-conformance.html: Added.
2614 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
2615 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
2616 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
2617 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
2618 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
2619 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
2620 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
2621 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
2622 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
2623 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
2624 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
2625 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
2626 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
2627 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
2628 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
2629 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
2630 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
2631 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
2632 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
2633 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
2634 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
2635 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
2636 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
2637 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
2638 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
2639 * webgl/conformance/textures/texture-active-bind-2.html: Added.
2640 * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
2641 * webgl/conformance/textures/texture-active-bind.html: Added.
2642 * webgl/conformance/textures/texture-mips-expected.txt: Added.
2643 * webgl/conformance/textures/texture-mips.html: Added.
2644 * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
2645 * webgl/conformance/textures/texture-npot-video.html: Added.
2646 * webgl/conformance/textures/texture-size-expected.txt: Added.
2647 * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
2648 * webgl/conformance/textures/texture-size-limit.html: Added.
2649 * webgl/conformance/textures/texture-size.html: Added.
2650 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
2651 * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
2652 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
2653 * webgl/conformance/uniforms/uniform-default-values.html: Added.
2654 * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
2655 * webgl/conformance/uniforms/uniform-location.html: Added.
2656 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
2657 * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
2658 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
2659 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
2660 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
2661 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
2662 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
2663 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
2664 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
2665 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
2666 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
2667 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
2668 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
2669 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
2670 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
2671 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
2672 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
2673 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
2674 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
2675 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
2676 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
2677 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
2678 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
2679 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
2680 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
2681 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
2682 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
2683 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
2684 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
2685 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
2686 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
2687 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
2688 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
2689 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
2690 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
2691 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
2692 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
2693 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
2694 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
2695 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
2696 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
2697 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
2698 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
2699 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
2700 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
2701 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
2702 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
2703 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
2704 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
2705 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
2706 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
2707 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
2708 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
2709 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
2710 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
2711 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
2712 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
2713 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
2714 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
2715 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
2716 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
2717 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
2718 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
2719 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
2720 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
2721 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
2722 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
2723 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
2724 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
2725 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
2726 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
2727 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
2728 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
2729 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
2730 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
2731 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
2732 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
2733 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
2734 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
2735 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
2736 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
2737 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
2738 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
2739 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
2740 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
2742 2013-02-06 Terry Anderson <tdanderson@chromium.org>
2744 Add support for gesture scroll events that do not propagate to enclosing scrollables
2745 https://bugs.webkit.org/show_bug.cgi?id=108849
2747 Reviewed by Antonio Gomes.
2749 New tests added to ensure that GestureScrollUpdateWithoutPropagation events will not
2750 propagate to the scrollable parent of their target when the target has no area
2751 left to be scrolled.
2753 Modified two chromium-specific plugin tests to ensure that the plugins receive
2754 GestureScrollUpdate events when GestureScrollUpdateWithoutPropagation events are
2757 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
2758 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
2759 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
2760 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
2761 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
2762 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
2763 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
2764 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
2765 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
2766 * platform/chromium/plugins/gesture-events-expected.txt:
2767 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
2768 * platform/chromium/plugins/gesture-events-scrolled.html:
2769 * platform/chromium/plugins/gesture-events.html:
2771 2013-02-06 Ojan Vafai <ojan@chromium.org>
2773 [Chromium] table-section-overflow-clip-crash.html hits an assert
2774 https://bugs.webkit.org/show_bug.cgi?id=108594
2776 Reviewed by Levi Weintraub.
2778 * platform/chromium/TestExpectations:
2780 2013-02-06 Ojan Vafai <ojan@chromium.org>
2782 display:none file upload button crashes
2783 https://bugs.webkit.org/show_bug.cgi?id=109102
2785 Reviewed by Levi Weintraub.
2787 * fast/forms/file/display-none-upload-button-expected.txt: Added.
2788 * fast/forms/file/display-none-upload-button.html: Added.
2789 Tests that we don't crash. Also exposes a bug that the baseline and height of
2790 the input don't include the height of the filename text.
2792 2013-02-06 Stephen Chenney <schenney@chromium.org>
2794 [Chromium] Test expectations update for Skia change.
2796 Unreviewed expectations update
2798 Files that we were expecting to fail. Now being rebaselined.
2800 * platform/chromium-linux-x86/svg/text/text-viewbox-rescale-expected.png: Added.
2801 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
2802 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
2803 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
2804 * platform/chromium-linux/svg/text/selection-styles-expected.png:
2805 * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png:
2806 * platform/chromium-mac-lion/svg/text/text-viewbox-rescale-expected.png:
2807 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
2808 * platform/chromium-mac/svg/text/text-viewbox-rescale-expected.png:
2809 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
2810 * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
2812 2013-02-06 Dima Gorbik <dgorbik@apple.com>
2814 Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
2815 https://bugs.webkit.org/show_bug.cgi?id=109101
2817 We check that the style matches a pseudo element by setting its height to 1px.
2818 Some user agents, like iOS, have default border styles that affect the minimum height,
2819 so we need to reset those.
2821 Reviewed by Joseph Pecoraro.
2823 * fast/css/unknown-pseudo-element-matching.html:
2825 2013-02-06 Dirk Schulze <dschulze@adobe.com>
2827 Context's currentPath should check for passed type
2828 https://bugs.webkit.org/show_bug.cgi?id=109097
2830 Reviewed by Dean Jackson.
2832 Add checks with different data types as value for canvas.currentPath.
2834 * fast/canvas/canvas-currentPath-crash-expected.txt: Added.
2835 * fast/canvas/canvas-currentPath-crash.html: Added.
2836 * fast/canvas/script-tests/canvas-currentPath-crash.js: Added.
2837 * platform/chromium/TestExpectations:
2838 * platform/efl/TestExpectations:
2839 * platform/gtk/TestExpectations:
2840 * platform/mac/TestExpectations:
2841 * platform/qt/TestExpectations:
2843 2013-02-06 Stephen Chenney <schenney@chromium.org>
2845 [Chromium] Test expectations update for Skia change.
2847 Unreviewed expectations update
2849 Files that we were expecting to fail. Now being rebaselined.
2851 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
2852 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
2853 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
2854 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
2855 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
2856 * platform/chromium-linux/svg/custom/text-ctm-expected.png:
2857 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
2858 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
2859 * platform/chromium-mac/svg/custom/text-ctm-expected.txt:
2860 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
2861 * platform/chromium-win/svg/custom/text-ctm-expected.png:
2862 * platform/chromium-win/svg/custom/text-ctm-expected.txt: Removed.
2863 * platform/gtk/svg/custom/text-ctm-expected.txt: Removed.
2864 * svg/custom/text-ctm-expected.txt: Added.
2866 2013-02-06 Rafael Weinstein <rafaelw@chromium.org>
2868 [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
2869 https://bugs.webkit.org/show_bug.cgi?id=109090
2871 Reviewed by Adam Barth.
2873 * html5lib/resources/template.dat:
2875 2013-02-06 Stephen Chenney <schenney@chromium.org>
2877 [Chromium] Test expectations update for Skia change.
2879 Unreviewed expectations update
2881 Files that we were expecting to fail. Now being rebaslined.
2883 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Removed.
2884 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
2885 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Removed.
2886 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
2887 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
2888 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
2889 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
2890 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
2891 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
2892 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
2893 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
2894 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
2895 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
2896 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
2897 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
2898 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
2899 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
2901 2013-02-06 Stephen Chenney <schenney@chromium.org>
2903 [Chromium] Test expectations update for Skia change.
2905 Unreviewed expectations update
2907 And these too. See change below.
2909 * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
2910 * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-text-expected.txt: Added.
2911 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
2912 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-text-expected.txt: Added.
2914 2013-02-06 Stephen Chenney <schenney@chromium.org>
2916 [Chromium] Test expectations update for Skia change.
2918 Unreviewed expectations update
2920 Apparently there are width differences on the mac platforms. These were
2921 clobbered qwhen I updated the 10.8 expectations.
2923 * platform/chromium-mac-lion/fast/writing-mode/japanese-lr-text-expected.txt: Added.
2924 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-lr-text-expected.txt: Added.
2926 2013-02-06 Dima Gorbik <dgorbik@apple.com>
2928 Store the language internally instead of using lang attribute for WebVTT nodes
2929 https://bugs.webkit.org/show_bug.cgi?id=108858
2931 Reviewed by Eric Carlson.
2933 * media/track/captions-webvtt/styling-lang.vtt:
2934 * media/track/track-css-matching-lang-expected.txt:
2935 * media/track/track-css-matching-lang.html:
2937 2013-02-06 Levi Weintraub <leviw@chromium.org>
2939 Negative text indents can break RenderBlock's inline maximum preferred width calculation
2940 https://bugs.webkit.org/show_bug.cgi?id=108973
2942 Reviewed by Emil A Eklund.
2944 * fast/css/negative-text-indent-in-inline-block-expected.html: Added.
2945 * fast/css/negative-text-indent-in-inline-block.html: Added.
2947 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
2949 Unreviewed GTK gardening.
2951 Expanding failure expectation for fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html.
2953 * platform/gtk/TestExpectations:
2955 2013-02-06 Sheriff Bot <webkit.review.bot@gmail.com>
2957 Unreviewed, rolling out r142025.
2958 http://trac.webkit.org/changeset/142025
2959 https://bugs.webkit.org/show_bug.cgi?id=109091
2961 broke the build (Requested by tdanderson on #webkit).
2963 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
2964 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Removed.
2965 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
2966 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Removed.
2967 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
2968 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Removed.
2969 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
2970 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
2971 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
2972 * platform/chromium/plugins/gesture-events-expected.txt:
2973 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
2974 * platform/chromium/plugins/gesture-events-scrolled.html:
2975 * platform/chromium/plugins/gesture-events.html:
2977 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
2979 Unreviewed GTK gardening.
2981 Rebaselining and adding a few failure expectations after r142015.
2983 * platform/gtk/TestExpectations:
2984 * platform/gtk/fast/dynamic/002-expected.txt:
2986 2013-02-06 Terry Anderson <tdanderson@chromium.org>
2988 Add support for gesture scroll events that do not propagate to enclosing scrollables
2989 https://bugs.webkit.org/show_bug.cgi?id=108849
2991 Reviewed by Antonio Gomes.
2993 New tests added to ensure that GestureScrollUpdateNotPropagated events will not
2994 propagate to the scrollable parent of their target when the target has no area
2995 left to be scrolled.
2997 Modified two chromium-specific plugin tests to ensure that the plugins receive
2998 GestureScrollUpdate events when GestureScrollUpdateNotPropagated events are
3001 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
3002 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
3003 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
3004 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
3005 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
3006 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
3007 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
3008 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
3009 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
3010 * platform/chromium/plugins/gesture-events-expected.txt:
3011 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
3012 * platform/chromium/plugins/gesture-events-scrolled.html:
3013 * platform/chromium/plugins/gesture-events.html:
3015 2013-02-06 Ryosuke Niwa <rniwa@webkit.org>
3017 REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
3018 https://bugs.webkit.org/show_bug.cgi?id=108380
3020 Reviewed by Alexey Proskuryakov.
3022 Re-enable tests that have been temporarily disabled.
3024 * platform/mac/TestExpectations:
3026 2013-02-06 Uday Kiran <udaykiran@motorola.com>
3028 Implement 'vmax' from CSS3 values and units
3029 https://bugs.webkit.org/show_bug.cgi?id=91440
3031 Reviewed by Antti Koivisto.
3033 vmax is implemented as primitive length unit.
3034 New length type ViewportPercentageMax is added and included support for fetching the value
3035 of this viewport percentage unit based on current viewport size.
3037 The specification related to this implementation is
3038 http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
3040 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
3041 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
3042 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute-expected.html: Added.
3043 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute.html: Added.
3044 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-expected.html: Added.
3045 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html: Added.
3047 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
3049 Unreviewed GTK gardening.
3051 Walked through the WontFix test expectations, expanding them with the expected failure.
3052 This forces the test to run but not complain as long as the failure is the same as expected.
3054 * platform/gtk/TestExpectations:
3056 2013-02-06 Stephen White <senorblanco@chromium.org>
3058 Suppress failures for minor pixel diffs which will be caused when https://codereview.chromium.org/12217047/ lands. Unreviewed.
3059 https://bugs.webkit.org/show_bug.cgi?id=104289
3061 * platform/chromium/TestExpectations:
3063 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
3065 Unreviewed GTK gardening.
3067 Marking required tests as slow so the test runs are not interrupted when timeouts
3068 occur in tests that would actually pass if given enough time.
3070 * platform/gtk/TestExpectations:
3072 2013-02-06 Pravin D <pravind.2k4@gmail.com>
3074 When a block element is made inline positioned and has static left and right, it does not follow inline formatting context
3075 https://bugs.webkit.org/show_bug.cgi?id=91665
3077 Reviewed by Julien Chaffraix.
3079 * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Added.
3080 * fast/dynamic/absolute-positioned-to-static-positioned.html: Added.
3081 * fast/dynamic/floating-to-non-floating-expected.txt: Added.
3082 * fast/dynamic/floating-to-non-floating.html: Added.
3083 * fast/dynamic/non-floating-to-floating-expected.txt: Added.
3084 * fast/dynamic/non-floating-to-floating.html: Added.
3085 * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Added.
3086 * fast/dynamic/static-positioned-to-absolute-positioned.html: Added.
3087 Testcases for the patch.
3089 * fast/dynamic/resources/helper-bug91665.js: Added.
3090 * fast/dynamic/resources/style-bug91665.css: Added.
3091 Common javascript functions and css classes used by the above testcases.
3093 * fast/css/first-letter-removed-added-expected.txt:
3094 Previously failing sub-test is passing.
3096 * fullscreen/full-screen-fixed-pos-parent-expected.txt:
3097 Change orthogonal to the current patch.
3099 * platform/mac/fast/dynamic/002-expected.txt:
3100 * platform/chromium-win/fast/dynamic/002-expected.txt:
3101 * platform/chromium/fast/dynamic/002-expected.txt:
3102 Expected change. The testcase has a static block element followed by a text node wrapped
3103 in an anonymous block. When the block element becomes floating, it is out of the flow context.
3104 Thus the text node must no longer be wrapped by the anonymous block.
3106 * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
3107 * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
3108 Progression. Previously we used to repaint the a much larger area as compared to the behavior
3109 with the patch, which repaints only the area affected due to the change in style(position)
3110 of certain elements.
3112 * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
3113 * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
3114 * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
3115 * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
3116 Added platform specific images.
3118 2013-02-06 Chris Fleizach <cfleizach@apple.com>
3120 AX: if <html> has an ARIA attribute, it's exposed as an AXGroup
3121 https://bugs.webkit.org/show_bug.cgi?id=109008
3123 Reviewed by Ryosuke Niwa.
3125 * accessibility/html-html-element-is-ignored-expected.txt: Added.
3126 * accessibility/html-html-element-is-ignored.html: Added.
3127 * platform/chromium/TestExpectations:
3129 2013-02-06 Shawn Singh <shawnsingh@chromium.org>
3131 RenderLayer hasVisibleContent() has inconsistent semantics causing disappearing composited layers
3132 https://bugs.webkit.org/show_bug.cgi?id=108118
3134 Reviewed by Simon Fraser.
3136 * compositing/visibility/visibility-on-distant-descendant-expected.png: Added.
3137 * compositing/visibility/visibility-on-distant-descendant-expected.txt: Added.
3138 * compositing/visibility/visibility-on-distant-descendant.html: Added.
3140 2013-02-06 Gregg Tavares <gman@chromium.org>
3142 Adds the WebGL Conformance Test ogles support files.
3143 https://bugs.webkit.org/show_bug.cgi?id=109063
3145 Reviewed by Kenneth Russell.
3147 Note: This was reviewed offline because the patch was too large to upload to
3148 bugs.webkit.org. It doesn't add any LayoutTests. It only adds support files.
3150 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary.frag: Added.
3151 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary_ref.frag: Added.
3152 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary.vert: Added.
3153 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary_ref.vert: Added.
3154 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary.frag: Added.
3155 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary_ref.frag: Added.
3156 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary.vert: Added.
3157 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary_ref.vert: Added.
3158 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary.frag: Added.
3159 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary_ref.frag: Added.
3160 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary.vert: Added.
3161 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary_ref.vert: Added.
3162 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary.frag: Added.
3163 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary_ref.frag: Added.
3164 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary.vert: Added.
3165 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary_ref.vert: Added.
3166 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary.frag: Added.
3167 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary_ref.frag: Added.
3168 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary.vert: Added.
3169 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary_ref.vert: Added.
3170 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary.frag: Added.
3171 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary_ref.frag: Added.
3172 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary.vert: Added.
3173 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary_ref.vert: Added.
3174 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag.frag: Added.
3175 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag_ref.frag: Added.
3176 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert.vert: Added.
3177 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert_ref.vert: Added.
3178 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag.frag: Added.
3179 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag_ref.frag: Added.
3180 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert.vert: Added.
3181 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert_ref.vert: Added.
3182 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag.frag: Added.
3183 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag_ref.frag: Added.
3184 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert.vert: Added.
3185 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert_ref.vert: Added.
3186 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag.frag: Added.
3187 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag_ref.frag: Added.
3188 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert.vert: Added.
3189 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert_ref.vert: Added.
3190 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_frag.frag: Added.
3191 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_vert.vert: Added.
3192 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_frag.frag: Added.
3193 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_vert.vert: Added.
3194 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_frag.frag: Added.
3195 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_vert.vert: Added.
3196 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary.frag: Added.
3197 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary_ref.frag: Added.
3198 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary.vert: Added.
3199 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary_ref.vert: Added.
3200 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary.frag: Added.
3201 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary_ref.frag: Added.
3202 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary.vert: Added.
3203 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary_ref.vert: Added.
3204 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary.frag: Added.
3205 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary_ref.frag: Added.
3206 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary.vert: Added.
3207 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary_ref.vert: Added.
3208 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary.frag: Added.
3209 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary_ref.frag: Added.
3210 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary.frag: Added.
3211 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary_ref.frag: Added.
3212 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary.vert: Added.
3213 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary_ref.vert: Added.
3214 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary.vert: Added.
3215 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary_ref.vert: Added.
3216 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary.frag: Added.
3217 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary_ref.frag: Added.
3218 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary.frag: Added.
3219 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary_ref.frag: Added.
3220 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary.vert: Added.
3221 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary_ref.vert: Added.
3222 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary.vert: Added.
3223 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary_ref.vert: Added.
3224 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary.frag: Added.
3225 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary_ref.frag: Added.
3226 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary.frag: Added.
3227 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary_ref.frag: Added.
3228 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary.vert: Added.
3229 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary_ref.vert: Added.
3230 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary.vert: Added.
3231 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary_ref.vert: Added.
3232 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_frag.frag: Added.
3233 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_vert.vert: Added.
3234 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_frag.frag: Added.
3235 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_vert.vert: Added.
3236 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_frag.frag: Added.
3237 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_vert.vert: Added.
3238 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_frag.frag: Added.
3239 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_vert.vert: Added.
3240 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_frag.frag: Added.
3241 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_vert.vert: Added.
3242 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_frag.frag: Added.
3243 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_vert.vert: Added.
3244 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_frag.frag: Added.
3245 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_vert.vert: Added.
3246 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_frag.frag: Added.
3247 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_vert.vert: Added.
3248 * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_frag.frag: Added.
3249 * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert: Added.
3250 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Data_Types_frag.frag: Added.
3251 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Standard_Library_frag.frag: Added.
3252 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectBuiltInOveride_frag.frag: Added.
3253 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectComma_frag.frag: Added.
3254 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding1_vert.vert: Added.
3255 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding2_vert.vert: Added.
3256 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstruct_vert.vert: Added.
3257 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension10_V100_frag.frag: Added.
3258 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension1_V100_frag.frag: Added.
3259 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension4_V100_frag.frag: Added.
3260 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFull_vert.vert: Added.
3261 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_frag.frag: Added.
3262 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_vert.vert: Added.
3263 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFunction1_vert.vert: Added.
3264 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectModule_frag.frag: Added.
3265 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse1_frag.frag: Added.
3266 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_frag.frag: Added.
3267 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_vert.vert: Added.
3268 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest1_frag.frag: Added.
3269 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest_frag.frag: Added.
3270 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess5_frag.frag: Added.
3271 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess8_frag.frag: Added.
3272 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess9_frag.frag: Added.
3273 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_frag.frag: Added.
3274 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_vert.vert: Added.
3275 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_frag.frag: Added.
3276 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_vert.vert: Added.
3277 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle3_frag.frag: Added.
3278 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectVersion_V100_frag.frag: Added.
3279 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/DuplicateVersion1_V100_frag.frag: Added.
3280 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/FunctionParam_vert.vert: Added.
3281 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Include_Preprocessor_Directive_frag.frag: Added.
3282 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Low_Level_Assembly_Reserved_Words_frag.frag: Added.
3283 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Main_Parameters_vert.vert: Added.
3284 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest3_frag.frag: Added.
3285 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest4_frag.frag: Added.
3286 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Constant_Conversions_frag.frag: Added.
3287 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Scalar_Vector_Expressions_frag.frag: Added.
3288 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/TernaryOp_frag.frag: Added.
3289 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Texture_Rectangle_Samplers_frag.frag: Added.
3290 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array10_frag.frag: Added.
3291 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array11_frag.frag: Added.
3292 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array1_frag.frag: Added.
3293 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array2_frag.frag: Added.
3294 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array3_frag.frag: Added.
3295 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array4_frag.frag: Added.
3296 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array5_frag.frag: Added.
3297 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array6_frag.frag: Added.
3298 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array7_frag.frag: Added.
3299 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array8_frag.frag: Added.
3300 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array9_frag.frag: Added.
3301 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute1_vert.vert: Added.
3302 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute2_vert.vert: Added.
3303 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_frag.frag: Added.
3304 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_vert.vert: Added.
3305 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/break_frag.frag: Added.
3306 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma1_vert.vert: Added.
3307 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_frag.frag: Added.
3308 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_vert.vert: Added.
3309 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma3_vert.vert: Added.
3310 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comment_frag.frag: Added.
3311 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional1_frag.frag: Added.
3312 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional2_frag.frag: Added.
3313 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional3_frag.frag: Added.
3314 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constFunc_frag.frag: Added.
3315 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor1_frag.frag: Added.
3316 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor2_frag.frag: Added.
3317 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor3_V100_frag.frag: Added.
3318 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/continue_frag.frag: Added.
3319 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType10_frag.frag: Added.
3320 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType11_frag.frag: Added.
3321 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType12_frag.frag: Added.
3322 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType13_frag.frag: Added.
3323 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType19_frag.frag: Added.
3324 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType1_frag.frag: Added.
3325 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType2_frag.frag: Added.
3326 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType3_frag.frag: Added.
3327 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType4_frag.frag: Added.
3328 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType5_frag.frag: Added.
3329 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType6_frag.frag: Added.
3330 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType7_frag.frag: Added.
3331 * webgl/resources/webgl_test_files/conformance/og