1 2013-02-13 Kondapally Kalyan <kalyan.kondapally@intel.com>
3 [WebGL][EFL][GTK][Qt]Add support for OES_vertex_array_object.
4 https://bugs.webkit.org/show_bug.cgi?id=109382
6 Reviewed by Kenneth Russell.
8 Enable oes-vertex-array-object for EFL port.
10 * fast/canvas/webgl/oes-vertex-array-object-expected.txt:
11 * fast/canvas/webgl/oes-vertex-array-object.html:
12 * platform/efl/TestExpectations:
14 2013-02-13 Filip Pizlo <fpizlo@apple.com>
16 DFG LogicalNot/Branch peephole removal and inversion ignores the possibility of things exiting
17 https://bugs.webkit.org/show_bug.cgi?id=109489
19 Reviewed by Mark Hahnenberg.
21 * fast/js/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt: Added.
22 * fast/js/dfg-branch-logical-not-peephole-around-osr-exit.html: Added.
23 * fast/js/jsc-test-list:
24 * fast/js/script-tests/dfg-branch-logical-not-peephole-around-osr-exit.js: Added.
27 2013-02-12 Dean Jackson <dino@apple.com>
29 Clicking outside captions menu should dismiss it
30 https://bugs.webkit.org/show_bug.cgi?id=109648
32 Reviewed by Eric Carlson.
34 New test for captions menu. Skip it everywhere but Mac.
36 * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
37 * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
38 * platform/chromium/TestExpectations:
39 * platform/efl/TestExpectations:
40 * platform/gtk/TestExpectations:
41 * platform/qt/TestExpectations:
42 * platform/win/TestExpectations:
44 2013-02-13 Morten Stenshorne <mstensho@opera.com>
46 WebKit ignores column-rules wider than column-gap
47 https://bugs.webkit.org/show_bug.cgi?id=15553
49 Paint column rules even if they are wider than the gap.
50 Rules wider than the gap should just overlap with column contents.
52 Reviewed by Eric Seidel.
54 * fast/multicol/rule-thicker-than-gap-expected.html: Added.
55 * fast/multicol/rule-thicker-than-gap.html: Added.
57 2013-02-13 Philip Rogers <pdr@google.com>
59 Replace SVG bitmap cache with directly-rendered SVG
60 https://bugs.webkit.org/show_bug.cgi?id=106159
62 Reviewed by Tim Horton.
64 This patch fixes two existing bugs (WK99481 and WK104189) that were due to caching bitmaps
65 at a fixed size. A test has been added for each of these bugs.
67 * platform/chromium/TestExpectations:
68 * svg/as-image/svg-image-scaled-expected.html: Added.
69 * svg/as-image/svg-image-scaled.html: Added.
70 * svg/as-image/svg-image-viewbox-expected.html: Added.
71 * svg/as-image/svg-image-viewbox.html: Added.
73 2013-02-13 Florin Malita <fmalita@chromium.org>
75 [SVG] OOB access in SVGListProperty::replaceItemValues()
76 https://bugs.webkit.org/show_bug.cgi?id=109293
78 Updated tests to cover the crash and new behavior.
80 Reviewed by Dirk Schulze.
82 * svg/dom/SVGLengthList-basics-expected.txt:
83 * svg/dom/SVGLengthList-basics.xhtml:
84 * svg/dom/SVGNumberList-basics-expected.txt:
85 * svg/dom/SVGNumberList-basics.xhtml:
86 * svg/dom/SVGPointList-basics-expected.txt:
87 * svg/dom/SVGPointList-basics.xhtml:
88 * svg/dom/SVGTransformList-basics-expected.txt:
89 * svg/dom/SVGTransformList-basics.xhtml:
91 2013-02-13 Takashi Sakamoto <tasak@google.com>
93 [Refactoring] StyleResolver::State should have methods to access its me
94 https://bugs.webkit.org/show_bug.cgi?id=108563
96 Reviewed by Antti Koivisto.
98 * inspector/styles/region-style-crash-expected.txt:
99 Rebaseline. Since inspector hasn't supported CSS region styles yet,
100 region-style-crash.html has no CSS region styles as its result.
102 2013-02-13 Rashmi Shyamasundar <rashmi.s2@samsung.com>
104 The 2D Canvas functions fillText()/strokeText() should display nothing when maxWidth is less then or equal to zero
105 https://bugs.webkit.org/show_bug.cgi?id=102656
107 Reviewed by Dirk Schulze.
109 The functions fillText()/strokeText() should not display anything when
110 maxWidth is less than or equal to zero, according to spec :
111 http://www.w3.org/TR/2dcontext/#text-preparation-algorithm
113 * fast/canvas/canvas-fillText-invalid-maxWidth-expected.txt: Added.
114 * fast/canvas/canvas-fillText-invalid-maxWidth.html: Added.
115 * fast/canvas/canvas-strokeText-invalid-maxWidth-expected.txt: Added.
116 * fast/canvas/canvas-strokeText-invalid-maxWidth.html: Added.
117 * fast/canvas/script-tests/canvas-fillText-invalid-maxWidth.js: Added.
118 * fast/canvas/script-tests/canvas-strokeText-invalid-maxWidth.js: Added.
120 2013-02-13 Sergio Villar Senin <svillar@igalia.com>
122 Unreviewed GTK gardening.
124 Provide the same custom expectations as all the other
125 platforms. This likely means that there is a bug in the code or
126 that the expected result is incorrect.
128 * platform/gtk/TestExpectations:
129 * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added.
131 2013-02-13 Andrew Wilson <atwilson@chromium.org>
133 Unreviewed chromium expectation changes resulting from r142719.
135 * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
136 * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
137 * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
139 2013-02-13 Thiago Marcos P. Santos <thiago.santos@intel.com>
141 [EFL] Unreviewed gardening.
143 * platform/efl/TestExpectations:
145 2013-02-13 Andrew Wilson <atwilson@chromium.org>
147 Unreviewed chromium expectation changes.
148 Fallout from r142683.
150 * platform/chromium-win/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
152 2013-02-13 Pablo Flouret <pablof@motorola.com>
154 Implement css-conditional's CSS.supports()
155 https://bugs.webkit.org/show_bug.cgi?id=100324
157 Reviewed by Antti Koivisto.
159 * css3/supports-dom-api-expected.txt: Added.
160 * css3/supports-dom-api.html: Added.
161 * platform/chromium/TestExpectations:
162 * platform/efl/TestExpectations:
163 * platform/gtk/TestExpectations:
164 * platform/mac/TestExpectations:
165 * platform/qt/TestExpectations:
166 * platform/win/TestExpectations:
167 * platform/wincairo/TestExpectations:
168 * platform/wk2/TestExpectations:
170 2013-02-13 Mike West <mkwst@chromium.org>
172 location.href does not throw SECURITY_ERR when accessed across origins with JSC bindings
173 https://bugs.webkit.org/show_bug.cgi?id=43891
175 Reviewed by Adam Barth.
177 * http/tests/plugins/resources/cross-frame-object-access.html:
178 * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
179 * http/tests/security/cross-frame-access-location-get-expected.txt:
180 * http/tests/security/cross-frame-access-location-get.html:
181 * http/tests/security/resources/cross-frame-access.js:
182 (accessThrowsException):
183 * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
184 * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
185 Adjusting tests to check for exceptions, and adjusting expectations to match.
186 * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Copied from LayoutTests/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt.
187 * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Added.
188 * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Copied from LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt.
189 V8 fails at the moment: http://wkbug.com/43892
191 2013-02-13 Vsevolod Vlasov <vsevik@chromium.org>
193 Unreviewed test fix: removed redundant testRunnet.notifyDone() call that was causing other test failures.
195 * inspector/script-execution-state-change-notification.html:
197 2013-02-13 Zan Dobersek <zdobersek@igalia.com>
199 Unreviewed GTK gardening.
200 Rebaselining tests after the DOM4 Events constructors and CSS image-set
201 support were enabled.
203 * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
204 * platform/gtk/fast/events/constructors: Added.
205 * platform/gtk/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
206 * platform/gtk/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
207 * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt:
208 * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
209 * platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt:
210 * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:
211 * platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt:
212 * platform/gtk/fast/hidpi/image-set-simple-expected.txt:
213 * platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt:
215 2013-02-13 Ádám Kallai <kadam@inf.u-szeged.hu>
217 [Qt] Unreviewed gardening. Skip failing tests.
219 * platform/qt/TestExpectations:
221 2013-02-12 Hajime Morrita <morrita@google.com>
223 [Internals] setShadowDOMEnabled() shouldn't be used except a few tests.
224 https://bugs.webkit.org/show_bug.cgi?id=109642
226 Reviewed by Kent Tamura.
228 * fast/dom/shadow/shadow-dom-enabled-flag-whitelist-expected.txt: Added.
229 * fast/dom/shadow/shadow-dom-enabled-flag-whitelist.html: Added.
231 2013-02-12 Vsevolod Vlasov <vsevik@chromium.org>
233 Web Inspector: Introduce version controller to migrate settings versions.
234 https://bugs.webkit.org/show_bug.cgi?id=109553
236 Reviewed by Yury Semikhatsky.
238 * inspector/version-controller-expected.txt: Added.
239 * inspector/version-controller.html: Added.
241 2013-02-12 Filip Pizlo <fpizlo@apple.com>
243 Eradicate fast/js/dfg-poison-fuzz.html
244 https://bugs.webkit.org/show_bug.cgi?id=109660
248 I haven't seen this test fail in ages. And I've seen a lot of DFG bugs!
250 This is a super expensive test for one bug that used to be in the DFG but that has
251 since been thoroughly eradicated. Likely the plethora of other DFG tests cover that
252 bug. Heck, I'm not even sure if the code that this covers is even in the repository
255 In the spirit of not having super expensive and mostly useless tests, I'm removing
258 * fast/js/dfg-poison-fuzz-expected.txt: Removed.
259 * fast/js/dfg-poison-fuzz.html: Removed.
260 * fast/js/jsc-test-list:
261 * fast/js/script-tests/dfg-poison-fuzz.js: Removed.
262 * platform/chromium/TestExpectations:
263 * platform/gtk/TestExpectations:
264 * platform/qt-4.8/TestExpectations:
265 * platform/qt-mac/TestExpectations:
266 * platform/qt/TestExpectations:
268 2013-02-12 Alan Cutter <alancutter@chromium.org>
270 [Chromium] Rebaseline suggestion-picker layout tests
271 https://bugs.webkit.org/show_bug.cgi?id=109647
273 Unreviewed rebaseline.
274 Text position differences, imperceptible to human sight.
275 Test failures possibly caused by: http://trac.webkit.org/changeset/142659
277 * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
278 * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
279 * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
280 * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
281 * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
282 * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
284 2013-02-12 Nate Chapin <japhet@chromium.org>
286 REGRESSION: Reloading a local file doesn't pick up changes
287 https://bugs.webkit.org/show_bug.cgi?id=109344
289 Reviewed by Alexey Proskuryakov.
291 * http/tests/cache/reload-main-resource-expected.txt: Added.
292 * http/tests/cache/reload-main-resource.php: Added.
293 * http/tests/cache/resources/reload-main-resource-iframe.php: Added.
294 * http/tests/misc/favicon-loads-with-images-disabled-expected.txt: This test
295 was being loaded from memory cache in spite of being loaded via reload. We
297 * http/tests/misc/link-rel-icon-beforeload-expected.txt: This test
298 was being loaded from memory cache in spite of being loaded via reload. We
301 2013-02-12 Dima Gorbik <dgorbik@apple.com>
303 Mac rebaseline for r142638.
305 Reviewed by Benjamin Poulain.
307 * platform/mac-lion/accessibility/table-attributes-expected.txt: Removed.
308 * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Removed.
309 * platform/mac-lion/accessibility/table-sections-expected.txt: Removed.
310 * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Removed.
311 * platform/mac/accessibility/table-attributes-expected.txt:
312 * platform/mac/accessibility/table-cell-spans-expected.txt:
313 * platform/mac/accessibility/table-cells-expected.txt:
314 * platform/mac/accessibility/table-sections-expected.txt:
315 * platform/mac/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
317 2013-02-12 Rafael Weinstein <rafaelw@chromium.org>
319 [HTMLTemplateElement] Change template.dat serialization format
320 https://bugs.webkit.org/show_bug.cgi?id=109635
322 Reviewed by Eric Seidel.
324 The serialization format now uses 'content' instead of '#document-fragment' to
325 denote template contents.
327 * html5lib/resources/template.dat:
328 * resources/dump-as-markup.js:
331 2013-02-12 Nico Weber <thakis@chromium.org>
333 Remove webintents from TestExpectations files
334 https://bugs.webkit.org/show_bug.cgi?id=109620
336 Reviewed by James Robinson.
338 * platform/chromium/TestExpectations:
339 * platform/gtk/TestExpectations:
340 * platform/mac/TestExpectations:
341 * platform/qt-5.0-mac-wk2/TestExpectations:
342 * platform/qt/TestExpectations:
343 * platform/win/TestExpectations:
344 * platform/wincairo/TestExpectations:
346 2013-02-12 Dean Jackson <dino@apple.com>
348 Unreviewed. Remove webintents from TestExpectations on mac - directory no longer exists.
350 * platform/mac/TestExpectations:
352 2013-02-12 Mike West <mkwst@chromium.org>
354 Implement script MIME restrictions for X-Content-Type-Options: nosniff
355 https://bugs.webkit.org/show_bug.cgi?id=71851
357 Reviewed by Adam Barth.
359 * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt: Added.
360 * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed.html: Added.
361 * http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt: Added.
362 * http/tests/security/contentTypeOptions/nosniff-script-allowed.html: Added.
363 * http/tests/security/contentTypeOptions/nosniff-script-blocked-expected.txt: Added.
364 * http/tests/security/contentTypeOptions/nosniff-script-blocked.html: Added.
365 * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
366 * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html: Added.
367 * http/tests/security/contentTypeOptions/resources/script-with-header.pl: Added.
369 * platform/efl/TestExpectations:
370 * platform/gtk/TestExpectations:
371 * platform/mac/TestExpectations:
372 * platform/qt/TestExpectations:
373 * platform/win/TestExpectations:
374 * platform/wincairo/TestExpectations:
375 * platform/wk2/TestExpectations:
376 Skip the new tests on platforms where ENABLE_NOSNIFF isn't yet
377 enabled (everything other than Chromium).
379 2013-02-12 Emil A Eklund <eae@chromium.org>
381 Unreviewed chromium rebaseline for r142638, garden-o-matic screwed up the original rebaseline :(
383 * platform/chromium-mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
384 * platform/chromium-mac-snowleopard/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
385 * platform/chromium-win-xp/fast/dom/Window: Added.
386 * platform/chromium-win-xp/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
388 2013-02-12 Robert Hogan <robert@webkit.org>
390 REGRESSION(r136967): Combination of float and clear yields to bad layout
391 https://bugs.webkit.org/show_bug.cgi?id=109476
393 Reviewed by Levi Weintraub.
395 * fast/block/margin-collapse/self-collapsing-block-with-float-children-expected.txt: Added.
396 * fast/block/margin-collapse/self-collapsing-block-with-float-children.html: Added.
398 2013-02-12 Emil A Eklund <eae@chromium.org>
400 Unreviewed rebaseline for r142638.
402 * platform/chromium-linux-x86/fast/dom/Window: Removed.
403 * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
404 * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
405 * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
406 * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
407 * platform/chromium/TestExpectations:
408 * platform/mac-lion/accessibility: Added.
409 * platform/mac-lion/accessibility/table-attributes-expected.txt: Added.
410 * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Added.
411 * platform/mac-lion/accessibility/table-sections-expected.txt: Added.
412 * platform/mac-lion/fast/dom/Window: Added.
413 * platform/mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
414 * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Added.
415 * platform/mac-wk2/fast/dom/Window: Added.
416 * platform/mac-wk2/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
417 * platform/mac/accessibility/image-link-expected.txt:
418 * platform/mac/accessibility/internal-link-anchors2-expected.txt:
419 * platform/mac/accessibility/table-detection-expected.txt:
420 * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt:
422 2013-02-12 Levi Weintraub <leviw@chromium.org>
424 ASSERTION FAILED: !object || object->isBox(), UNKNOWN in WebCore::RenderListItem::positionListMarker
425 https://bugs.webkit.org/show_bug.cgi?id=108699
427 Reviewed by Abhishek Arya.
429 * fast/multicol/span/list-multi-column-crash-expected.txt: Added.
430 * fast/multicol/span/list-multi-column-crash.html: Added.
432 2013-02-12 Vivek Galatage <vivek.vg@samsung.com>
434 Web Inspector: JavaScript execution disabled by browser/UA should be notified to the front-end
435 https://bugs.webkit.org/show_bug.cgi?id=109402
437 Reviewed by Yury Semikhatsky.
439 Tests that whenever Script Execution state is changed outside inspector, its notified to the Inspector front-end.
441 * inspector/script-execution-state-change-notification-expected.txt: Added.
442 * inspector/script-execution-state-change-notification.html: Added.
444 2013-02-12 Uday Kiran <udaykiran@motorola.com>
446 Background size width specified in viewport percentage units not working
447 https://bugs.webkit.org/show_bug.cgi?id=109536
449 Reviewed by Antti Koivisto.
451 Added a test for background image width specified in viewport percentage unit.
453 * fast/backgrounds/size/backgroundSize-viewportPercentage-width-expected.html: Added.
454 * fast/backgrounds/size/backgroundSize-viewportPercentage-width.html: Added.
456 2013-02-12 Pablo Flouret <pablof@motorola.com>
458 Handle error recovery in @supports
459 https://bugs.webkit.org/show_bug.cgi?id=103934
461 Reviewed by Antti Koivisto.
463 * css3/supports-cssom.html:
464 * css3/supports-expected.txt:
465 * css3/supports.html:
467 2013-02-12 Emil A Eklund <eae@chromium.org>
469 TransformState::move should not round offset to int
470 https://bugs.webkit.org/show_bug.cgi?id=108266
472 Reviewed by Simon Fraser.
474 Add new tests for Element::boundingClientRect and clip rects for
475 elements on subpixel boundaries.
477 * fast/dom/Window/webkitConvertPoint.html:
478 * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt:
479 Update test and expectations to take new rounding into account.
481 * fast/sub-pixel/boundingclientrect-subpixel-margin-expected.txt: Added.
482 * fast/sub-pixel/boundingclientrect-subpixel-margin.html: Added.
483 Add test ensuring that boundingClientRect returns accurate and
484 precise (as opposed to rounded) metrics.
486 * fast/sub-pixel/clip-rect-box-consistent-rounding-expected.html: Added.
487 * fast/sub-pixel/clip-rect-box-consistent-rounding.html: Added.
488 Add test ensuring that clip rects and elements use consistent rounding.
491 2013-02-12 Rafael Weinstein <rafaelw@chromium.org>
493 [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
494 https://bugs.webkit.org/show_bug.cgi?id=109338
496 Reviewed by Adam Barth.
498 * html5lib/resources/template.dat:
500 2013-02-12 Dominic Mazzoni <dmazzoni@google.com>
502 ASSERTION FAILED: i < size(), UNKNOWN in WebCore::AccessibilityMenuListPopup::didUpdateActiveOption
503 https://bugs.webkit.org/show_bug.cgi?id=109452
505 Reviewed by Chris Fleizach.
507 Add test to ensure a crash doesn't happen if a selected option
508 is added to a select element, which was triggering a code path where
509 the DOM has added a new child of the select but the accessibility
510 object never got updated.
512 * accessibility/insert-selected-option-into-select-causes-crash-expected.txt: Added.
513 * accessibility/insert-selected-option-into-select-causes-crash.html: Added.
515 2013-02-12 Peter Rybin <prybin@chromium.org>
517 Web Inspector: for event listener provide handler function value in protocol and in UI
518 https://bugs.webkit.org/show_bug.cgi?id=109284
520 Reviewed by Yury Semikhatsky.
524 * inspector/elements/event-listener-sidebar-expected.txt:
525 * inspector/elements/event-listeners-about-blank-expected.txt:
527 2013-02-12 Andrey Lushnikov <lushnikov@chromium.org>
529 Web Inspector: refactor some reusable functionality from BraceHighlighter
530 https://bugs.webkit.org/show_bug.cgi?id=109574
532 Reviewed by Pavel Feldman.
534 Add layout test to verify brace highlighter functionality.
536 * inspector/editor/text-editor-brace-highlighter-expected.txt: Added.
537 * inspector/editor/text-editor-brace-highlighter.html: Added.
539 2013-02-12 Andrew Wilson <atwilson@chromium.org>
541 Unreviewed chromium expectation update.
542 https://bugs.webkit.org/show_bug.cgi?id=109581
544 * platform/chromium/TestExpectations: mark debugger-script-preprocessor.html as crashy.
546 2013-02-12 Andrew Wilson <atwilson@chromium.org>
548 Unreviewed chromium rebaselines after r142586.
550 * platform/chromium-mac/fast/canvas/webgl/webgl-layer-update-expected.png: Added.
552 2013-02-12 Vsevolod Vlasov <vsevik@chromium.org>
554 Web Inspector: Introduce version controller to migrate settings versions.
555 https://bugs.webkit.org/show_bug.cgi?id=109553
557 Reviewed by Yury Semikhatsky.
559 * inspector/version-controller-expected.txt: Added.
560 * inspector/version-controller.html: Added.
562 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
564 [GTK] Enable CSS Variables feature in development builds
565 https://bugs.webkit.org/show_bug.cgi?id=109474
567 Reviewed by Martin Robinson.
569 * platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
571 2013-02-12 Sheriff Bot <webkit.review.bot@gmail.com>
573 Unreviewed, rolling out r142531.
574 http://trac.webkit.org/changeset/142531
575 https://bugs.webkit.org/show_bug.cgi?id=109569
577 Causes html5lib/run-template layout test to crash. (Requested
578 by atwilson_ on #webkit).
580 * html5lib/resources/template.dat:
582 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
584 [GTK] Enable CSS image-set support in development builds
585 https://bugs.webkit.org/show_bug.cgi?id=109475
587 Reviewed by Martin Robinson.
589 * platform/gtk/TestExpectations: Reclassify two failures that now fail due to
590 cursor images not loading while the other expectations are removed as the tests
592 * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Removed. The generic
593 expectation now matches the test output.
595 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
597 [GTK] Enable DOM4 events constructors in development builds
598 https://bugs.webkit.org/show_bug.cgi?id=109471
600 Reviewed by Martin Robinson.
602 * platform/gtk/TestExpectations: Remove the failure expectations, the related
605 2013-02-12 Andrey Kosyakov <caseq@chromium.org>
607 Unreviewed -- suppress stray console message that emerged after r142486.
609 * inspector/extensions/extensions-events.html:
611 2013-02-12 Ryosuke Niwa <rniwa@webkit.org>
613 REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
614 https://bugs.webkit.org/show_bug.cgi?id=109557
616 Build fix. Also move this test into platform/mac as done in r142559.
618 * fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
619 * fast/dom/Element/id-in-deletebutton.html: Removed.
620 * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
621 * platform/chromium/TestExpectations:
622 * platform/efl/TestExpectations:
623 * platform/gtk/TestExpectations:
624 * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
625 * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
626 * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
627 * platform/wincairo/TestExpectations:
628 * platform/wk2/TestExpectations:
630 2013-02-12 Andrey Lushnikov <lushnikov@chromium.org>
632 Web Inspector: move showWhitespace option into experiments
633 https://bugs.webkit.org/show_bug.cgi?id=109552
635 Reviewed by Vsevolod Vlasov.
637 Fix layout test to switch on experiment instead of toggling one of the
640 * inspector/editor/text-editor-show-whitespace-expected.txt:
641 * inspector/editor/text-editor-show-whitespace.html:
643 2013-02-11 Yury Semikhatsky <yurys@chromium.org>
645 Web Inspector: stack trace is cut at native bind if inspector is closed
646 https://bugs.webkit.org/show_bug.cgi?id=109427
648 Reviewed by Pavel Feldman.
650 Test that stack trace for uncaught exceptions is collected when inspector
653 * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
654 * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Added.
655 * platform/chromium/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
657 2013-02-12 Jochen Eisinger <jochen@chromium.org>
659 [chromium] move webrtc mocks to testrunner library
660 https://bugs.webkit.org/show_bug.cgi?id=109041
662 Reviewed by Adam Barth.
664 Temporarily disable two WebRTC tests that fail due to a bug in
665 webkit_support's getCurrentTimeMillsecond.
667 * platform/chromium/TestExpectations:
669 2013-02-12 Kent Tamura <tkent@chromium.org>
671 INPUT_MULTIPLE_FIELDS_UI: Mouse click not on sub-fields in multiple fields input should not move focus
672 https://bugs.webkit.org/show_bug.cgi?id=109544
674 Reviewed by Kentaro Hara.
676 * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt:
677 * fast/forms/time-multiple-fields/time-multiple-fields-focus.html:
678 Add test to click a delimiter.
680 2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
682 [EFL] Remove webintents from TestExpectations
683 https://bugs.webkit.org/show_bug.cgi?id=109537
685 Unreviewed. webintents tests no longer exist.
687 * platform/efl/TestExpectations:
689 2013-02-11 Viatcheslav Ostapenko <sl.ostapenko@samsung.com>
691 [EFL][WebGL] WebGL content is not painted after resizing the viewport.
692 https://bugs.webkit.org/show_bug.cgi?id=106358
694 Reviewed by Noam Rosenthal.
696 Add test checking that canvas painting is correct if layer parameters were changed,
697 but webgl canvas didn't change.
699 * fast/canvas/webgl/webgl-layer-update-expected.png: Added.
700 * fast/canvas/webgl/webgl-layer-update-expected.txt: Added.
701 * fast/canvas/webgl/webgl-layer-update.html: Added.
703 2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
705 [EFL] Some placeholder paint order tests are passing now
706 https://bugs.webkit.org/show_bug.cgi?id=109164
708 Unreviewed efl gardening.
710 fast/forms/input-placeholder-paint-order.html and
711 fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.
713 RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
714 and the expectations are added by r140149.
716 * platform/efl/TestExpectations:
718 2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
720 [EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations
721 https://bugs.webkit.org/show_bug.cgi?id=109538
723 Unreviewed. This test is removed by r142559.
725 * platform/efl/TestExpectations:
727 2013-02-11 Eric Carlson <eric.carlson@apple.com>
729 [Mac] Track language selection should be sticky
730 https://bugs.webkit.org/show_bug.cgi?id=109466
732 Reviewed by Dean Jackson.
734 * media/track/track-user-preferences-expected.txt: Added.
735 * media/track/track-user-preferences.html: Added.
737 * platform/chromium/TestExpectations: Skip new test, it depends on the track menu.
738 * platform/efl/TestExpectations: Ditto.
739 * platform/gtk/TestExpectations: Ditto.
740 * platform/qt/TestExpectations: Ditto.
741 * platform/win/TestExpectations: Ditto.
743 2013-02-11 Keishi Hattori <keishi@webkit.org>
745 REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
746 https://bugs.webkit.org/show_bug.cgi?id=109158
748 Reviewed by Kent Tamura.
750 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
751 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
752 * platform/chromium/TestExpectations:
753 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added.
754 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added.
756 2013-02-11 Ryosuke Niwa <rniwa@webkit.org>
758 Move deletionUI tests into platform/mac
759 https://bugs.webkit.org/show_bug.cgi?id=109517
761 Reviewed by Benjamin Poulain.
763 Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature.
765 * editing/deleting/5408255-expected.txt: Removed.
766 * editing/deleting/5408255.html: Removed.
767 * editing/deleting/deletionUI-single-instance.html: Removed.
768 * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed.
769 * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
770 * platform/efl/TestExpectations:
771 * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt.
772 * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html.
773 * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html.
774 * platform/qt-mac/TestExpectations:
775 * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed.
776 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
777 * platform/win/TestExpectations:
778 * platform/wincairo/TestExpectations:
779 * platform/wk2/TestExpectations:
781 2013-02-11 Adam Barth <abarth@webkit.org>
783 Load event fires too early with threaded HTML parser (take 2)
784 https://bugs.webkit.org/show_bug.cgi?id=109485
786 Reviewed by Eric Seidel.
788 This patch also fixes a bug whereby removing an iframe during the load
789 event would trigger DumpRenderTree to dump the test in the middle of
790 the load event. We now wait until the load event is over.
792 * compositing/iframes/remove-iframe-crash-expected.txt:
793 * fast/frames/iframe-access-screen-of-deleted-expected.txt:
794 * fast/frames/remove-frame-during-load-event-expected.txt: Added.
795 * fast/frames/remove-frame-during-load-event.html: Added.
796 * http/tests/misc/xslt-bad-import-expected.txt:
798 2013-02-11 Nico Weber <thakis@chromium.org>
800 Remove web intents code
801 https://bugs.webkit.org/show_bug.cgi?id=109501
803 Reviewed by Eric Seidel.
805 See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev.
807 * webintents/intent-tag-expected.txt: Removed.
808 * webintents/intent-tag.html: Removed.
809 * webintents/resources/pass.html: Removed.
810 * webintents/resources/web-intents-reload-orig.html: Removed.
811 * webintents/resources/web-intents-testing.js: Removed.
812 * webintents/web-intents-api-expected.txt: Removed.
813 * webintents/web-intents-api.html: Removed.
814 * webintents/web-intents-delivery-expected.txt: Removed.
815 * webintents/web-intents-delivery-reuse-expected.txt: Removed.
816 * webintents/web-intents-delivery-reuse.html: Removed.
817 * webintents/web-intents-delivery.html: Removed.
818 * webintents/web-intents-failure-expected.txt: Removed.
819 * webintents/web-intents-failure.html: Removed.
820 * webintents/web-intents-invoke-expected.txt: Removed.
821 * webintents/web-intents-invoke-port-expected.txt: Removed.
822 * webintents/web-intents-invoke-port.html: Removed.
823 * webintents/web-intents-invoke.html: Removed.
824 * webintents/web-intents-obj-constructor-expected.txt: Removed.
825 * webintents/web-intents-obj-constructor.html: Removed.
826 * webintents/web-intents-reload-expected.txt: Removed.
827 * webintents/web-intents-reload.html: Removed.
828 * webintents/web-intents-reply-expected.txt: Removed.
829 * webintents/web-intents-reply.html: Removed.
831 2013-02-11 Stephen Chenney <schenney@chromium.org>
833 SVG DOM manipulation crash
834 https://bugs.webkit.org/show_bug.cgi?id=108709
836 Reviewed by Eric Seidel.
838 Adding a test for the case where an SVG <use> tree is rebuild due to
839 one event listener and a subsequent listener tries to access it. This
840 does not crash in WebKit but has caused problems in browser code where
841 the listener tries to access and use toNode on the target of the
842 event. The test prevents regressions and gives automated security
843 tests something to work on.
845 * svg/custom/use-listener-append-crash-expected.txt: Added.
846 * svg/custom/use-listener-append-crash.html: Added.
848 2013-02-11 Filip Pizlo <fpizlo@apple.com>
850 Strange bug in DFG OSR in JSC
851 https://bugs.webkit.org/show_bug.cgi?id=109491
853 Reviewed by Mark Hahnenberg.
855 Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based
856 exactly on Gabor's original test, and another that ought to fail even if I fix other bugs
857 in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511).
859 * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added.
860 * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added.
861 * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added.
862 * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added.
863 * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added.
869 * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added.
876 2013-02-11 Emil A Eklund <eae@chromium.org>
878 Change RenderFrameSet::paint to use m-rows/m_cols directly.
879 https://bugs.webkit.org/show_bug.cgi?id=108503
881 Reviewed by Eric Seidel.
883 Add test for how we render an invalid frameset.
885 * fast/frames/invalid-frameset-expected.html: Added.
886 * fast/frames/invalid-frameset.html: Added.
888 2013-02-11 Rafael Weinstein <rafaelw@chromium.org>
890 [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
891 https://bugs.webkit.org/show_bug.cgi?id=109338
893 Reviewed by Adam Barth.
895 * html5lib/resources/template.dat:
897 2013-02-11 Bem Jones-Bey <bjonesbe@adobe.com>
899 [CSS Exclusions] Handle shape-outside changing a float's overhang behavior
900 https://bugs.webkit.org/show_bug.cgi?id=106927
902 Reviewed by Julien Chaffraix.
904 This is also tested by the existing tests for shape outside on floats positioning.
906 * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added.
907 * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added.
909 2013-02-11 Tim Horton <timothy_horton@apple.com>
911 FrameView::setScrollPosition should clamp scroll position before handing it to
912 ScrollingCoordinator instead of depending on ScrollView to do this
913 https://bugs.webkit.org/show_bug.cgi?id=109497
914 <rdar://problem/12631789>
916 Reviewed by Simon Fraser.
918 Adjust some test results which previously expected out-of-bounds scrolling to happen.
920 Add a test that ensures that out-of-bounds scrolling doesn't happen.
922 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added.
923 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added.
924 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt:
925 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
926 * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt:
927 * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
929 2013-02-11 Adam Barth <abarth@webkit.org>
931 The threaded HTML parser should pass all the fast/parser tests
932 https://bugs.webkit.org/show_bug.cgi?id=109486
934 Reviewed by Tony Gentilcore.
936 * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added.
937 * fast/parser/document-close-iframe-load-partial-entity.html: Added.
939 2013-02-11 Julien Chaffraix <jchaffraix@webkit.org>
941 Unreviewed Chromium rebaselining after r142500.
943 * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
944 * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:
945 * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
946 * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png:
947 * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
948 Slight painting regression that brings us back to pre-r132591 baselines.
950 2013-02-11 Joshua Bell <jsbell@chromium.org>
952 IndexedDB: database connections don't close after versionchange transaction aborts
953 https://bugs.webkit.org/show_bug.cgi?id=102298
955 Reviewed by Tony Chang.
957 Added dedicated test, updated tests dependent on buggy behavior.
959 * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added.
960 * storage/indexeddb/aborted-versionchange-closes.html: Added.
961 * storage/indexeddb/lazy-index-population-expected.txt:
962 * storage/indexeddb/lazy-index-population.html: Remove manual closing.
963 * storage/indexeddb/objectstore-basics-expected.txt:
964 * storage/indexeddb/objectstore-basics-workers-expected.txt:
965 * storage/indexeddb/resources/aborted-versionchange-closes.js: Added.
966 * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug.
968 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
970 [EFL] fast/forms/number/number-l10n-input.html is failing
971 https://bugs.webkit.org/show_bug.cgi?id=109440
973 Reviewed by Laszlo Gombos.
975 Unskip fast/forms/number/number-l10n-input.html on EFL port
978 * platform/efl/TestExpectations:
980 2013-02-11 Adam Barth <abarth@webkit.org>
982 Remove failure expectation now that this test is passing.
984 * platform/chromium/TestExpectations:
986 2013-02-11 Benjamin Poulain <benjamin@webkit.org>
988 Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
989 https://bugs.webkit.org/show_bug.cgi?id=109349
991 Reviewed by Sam Weinig.
993 Update the tests to use InternalSettings.
995 * fast/dom/timer-increase-min-interval-and-reset-part-1.html:
996 * fast/dom/timer-increase-min-interval-repeating.html:
997 * fast/dom/timer-increase-min-interval.html:
998 * fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
999 * fast/dom/timer-increase-then-decrease-min-interval.html:
1001 2013-02-11 Mike West <mkwst@chromium.org>
1003 CSP reports for blocked 'data:' URLs should report the scheme only.
1004 https://bugs.webkit.org/show_bug.cgi?id=109429
1006 Reviewed by Adam Barth.
1008 * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
1009 * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added.
1011 2013-02-11 Julien Chaffraix <jchaffraix@webkit.org>
1013 Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed
1014 https://bugs.webkit.org/show_bug.cgi?id=107189
1016 Reviewed by Abhishek Arya.
1018 * fast/dynamic/continuation-detach-crash-expected.txt: Added.
1019 * fast/dynamic/continuation-detach-crash.html: Added.
1021 2013-02-11 Tony Chang <tony@chromium.org>
1023 Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings
1024 https://bugs.webkit.org/show_bug.cgi?id=87149
1026 Reviewed by Simon Fraser.
1028 Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically
1029 generated from Settings.in.
1030 Add a Mac only test that uses overridePreference to test the API.
1032 * fast/frames/flattening/crash-svg-document.html:
1033 * fast/frames/flattening/frameset-flattening-advanced.html:
1034 * fast/frames/flattening/frameset-flattening-grid.html:
1035 * fast/frames/flattening/frameset-flattening-simple.html:
1036 * fast/frames/flattening/frameset-flattening-subframe-resize.html:
1037 * fast/frames/flattening/frameset-flattening-subframesets.html:
1038 * fast/frames/flattening/iframe-flattening-crash.html:
1039 * fast/frames/flattening/iframe-flattening-fixed-height.html:
1040 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
1041 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
1042 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
1043 * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
1044 * fast/frames/flattening/iframe-flattening-fixed-width.html:
1045 * fast/frames/flattening/iframe-flattening-nested.html:
1046 * fast/frames/flattening/iframe-flattening-offscreen.html:
1047 * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
1048 * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
1049 * fast/frames/flattening/iframe-flattening-out-of-view.html:
1050 * fast/frames/flattening/iframe-flattening-selection-crash.html:
1051 * fast/frames/flattening/iframe-flattening-simple.html:
1052 * fast/frames/flattening/iframe-tiny.html:
1053 * fast/spatial-navigation/snav-iframe-flattening-simple.html:
1054 * fast/text-autosizing/narrow-iframe-flattened.html:
1055 * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
1056 * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either.
1057 * plugins/frameset-with-plugin-frame.html:
1058 * fast/frames/flattening/crash-svg-document.html:
1059 * fast/frames/flattening/frameset-flattening-advanced.html:
1060 * fast/frames/flattening/frameset-flattening-grid.html:
1061 * fast/frames/flattening/frameset-flattening-simple.html:
1062 * fast/frames/flattening/frameset-flattening-subframe-resize.html:
1063 * fast/frames/flattening/frameset-flattening-subframesets.html:
1064 * fast/frames/flattening/iframe-flattening-crash.html:
1065 * fast/frames/flattening/iframe-flattening-fixed-height.html:
1066 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
1067 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
1068 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
1069 * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
1070 * fast/frames/flattening/iframe-flattening-fixed-width.html:
1071 * fast/frames/flattening/iframe-flattening-nested.html:
1072 * fast/frames/flattening/iframe-flattening-offscreen.html:
1073 * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
1074 * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
1075 * fast/frames/flattening/iframe-flattening-out-of-view.html:
1076 * fast/frames/flattening/iframe-flattening-selection-crash.html:
1077 * fast/frames/flattening/iframe-flattening-simple.html:
1078 * fast/frames/flattening/iframe-tiny.html:
1079 * fast/spatial-navigation/snav-iframe-flattening-simple.html:
1080 * fast/text-autosizing/narrow-iframe-flattened.html:
1081 * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
1082 * platform/chromium/TestExpectations:
1083 * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added.
1084 * platform/mac/fast/frames/flattening/set-preference.html: Added.
1085 * plugins/frameset-with-plugin-frame.html:
1087 2013-02-11 Adam Barth <abarth@webkit.org>
1089 document.write during window.onload can trigger DumpRenderTree to dump the render tree
1090 https://bugs.webkit.org/show_bug.cgi?id=109465
1092 Reviewed by Eric Seidel.
1094 * fast/parser/document-write-during-load-expected.txt: Added.
1095 * fast/parser/document-write-during-load.html: Added.
1097 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
1099 Unreviewed EFL gardening.
1101 Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing
1102 on EFL port. This test was introduced in r142335.
1104 * platform/efl/TestExpectations:
1106 2013-02-11 Andrey Kosyakov <caseq@chromium.org>
1108 Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
1109 https://bugs.webkit.org/show_bug.cgi?id=109294
1111 Reviewed by Pavel Feldman.
1113 * inspector/timeline/timeline-layout-reason-expected.txt: Added.
1114 * inspector/timeline/timeline-layout-reason.html: Added.
1115 * inspector/timeline/timeline-test.js:
1116 (initialize_Timeline.step2):
1117 (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint()
1118 (initialize_Timeline.):
1119 (initialize_Timeline.InspectorTest.performActionsAndPrint):
1120 (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
1121 (initialize_Timeline.InspectorTest.findPresentationRecord):
1123 2013-02-01 Andrey Kosyakov <caseq@chromium.org>
1125 Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error
1126 https://bugs.webkit.org/show_bug.cgi?id=108640
1128 Reviewed by Vsevolod Vlasov.
1130 Rebase tests following change in exception parameter to inspectedWindow.eval() callback.
1132 * inspector/extensions/extensions-eval-expected.txt:
1133 * inspector/extensions/extensions-eval.html:
1134 * inspector/extensions/extensions-sidebar-expected.txt:
1136 2013-02-11 Andrey Kosyakov <caseq@chromium.org>
1138 Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
1139 https://bugs.webkit.org/show_bug.cgi?id=109443
1141 Reviewed by Vsevolod Vlasov.
1143 - replace additional message ports used for evaluating code in front-end with normal extension transport.
1145 * http/tests/inspector/extensions-test.js:
1146 (initialize_ExtensionsTest.window.buildPlatformExtensionAPI):
1147 (initialize_ExtensionsTest.InspectorTest._replyToExtension):
1148 (initialize_ExtensionsTest.onEvaluate):
1149 * http/tests/inspector/resources/extension-main.js:
1150 * inspector/extensions/extensions-audits.html:
1152 2013-02-11 Joshua Bell <jsbell@chromium.org>
1154 [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler
1155 https://bugs.webkit.org/show_bug.cgi?id=108670
1157 Reviewed by Kentaro Hara.
1159 * storage/indexeddb/database-wrapper-expected.txt: Added.
1160 * storage/indexeddb/database-wrapper.html: Added.
1161 * storage/indexeddb/resources/database-wrapper.js: Added.
1165 (openSuccess.get request.onsuccess):
1172 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
1174 Unreviewed EFL gardening.
1176 Skip fast/forms/number/number-l10n-input.html that was added in r142122
1177 but fails on EFL port.
1179 * platform/efl/TestExpectations:
1181 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
1183 Unreviewed revert test fix attempt and skip it.
1185 * inspector/editor/text-editor-home-button.html:
1186 * platform/chromium/TestExpectations:
1188 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
1190 Web Inspector: WebInspector.Project refactorings.
1191 https://bugs.webkit.org/show_bug.cgi?id=109433
1193 Reviewed by Alexander Pavlov.
1195 * inspector/debugger/live-edit-breakpoints.html:
1196 * inspector/uisourcecode-revisions.html:
1198 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
1200 Unreviewed EFL gardening.
1202 - Rebaseline fast/dynamic/002.html on EFL port after r142015.
1203 - Skip several compositing test cases that started failing after r142112.
1204 - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2.
1206 * platform/efl-wk2/TestExpectations:
1207 * platform/efl/fast/dynamic/002-expected.png:
1208 * platform/efl/fast/dynamic/002-expected.txt:
1210 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
1212 Unreviewed GTK gardening.
1214 * platform/gtk/TestExpectations: Adding a failure expectation for the
1215 cssom/cssvalue-comparison.html, the test was added in r142444 and is failing
1216 due to CSS image-set functionality not yet enabled in the GTK port.
1218 2013-02-11 Alexei Filippov <alph@chromium.org>
1220 Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler
1221 https://bugs.webkit.org/show_bug.cgi?id=108653
1223 Reviewed by Yury Semikhatsky.
1225 Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
1226 In fact these two profile types have not too much in common. So put each into its own domain.
1227 It should also help when Profiles panel gets split into several tools.
1228 This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
1229 change the original InspectorProfilerAgent.
1231 * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js:
1232 (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here):
1233 (InspectorTest.takeHeapSnapshot):
1234 * inspector-protocol/nmi-webaudio-leak-test.html:
1235 * inspector/profiler/heap-snapshot-get-profile-crash.html:
1236 * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
1237 * inspector/profiler/heap-snapshot-loader.html:
1238 * inspector/profiler/heap-snapshot-test.js:
1239 (initialize_HeapSnapshotTest):
1241 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
1243 Unreviewed EFL gardening.
1245 Rebaseline EFL expectation for fast/js/global-constructors.html after
1248 * platform/efl/fast/js/global-constructors-expected.txt:
1250 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
1252 Unreviewed r142439 follow-up: test fix.
1254 * inspector/editor/text-editor-home-button.html:
1256 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
1258 Unreviewed EFL gardening.
1260 Mark 2 webgl/conformance test cases as crashing on EFL WK2.
1262 * platform/efl-wk2/TestExpectations:
1264 2013-02-11 Kentaro Hara <haraken@chromium.org>
1266 Unreviewed gardening. Marked editing/spelling/spellcheck-async.html
1267 as [ Pass Failure ].
1269 * platform/chromium/TestExpectations:
1271 2013-02-11 Kentaro Hara <haraken@chromium.org>
1273 Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html.
1275 * platform/chromium/TestExpectations:
1277 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
1279 Unreviewed GTK gardening.
1281 Adjusted expectations for two flaky crashers.
1282 Removed failure expectations for tests that pass.
1284 * platform/gtk/TestExpectations:
1286 2013-02-11 Alexander Pavlov <apavlov@chromium.org>
1288 Web Inspector: Implement position-based sourcemapping for stylesheets
1289 https://bugs.webkit.org/show_bug.cgi?id=109168
1291 Added test for the stylesheet source mappings, followed the API changes,
1292 removed RangeBasedSourceMap tests as this type of sourcemap is gone.
1294 Reviewed by Vsevolod Vlasov.
1296 * http/tests/inspector/compiler-script-mapping-expected.txt:
1297 * http/tests/inspector/compiler-script-mapping.html:
1298 * http/tests/inspector/resources/example.css.map: Added.
1299 * http/tests/inspector/resources/example.scss: Added.
1300 * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added.
1301 * http/tests/inspector/stylesheet-source-mapping.html: Added.
1302 * inspector/styles/range-based-mapping-expected.txt: Removed.
1303 * inspector/styles/range-based-mapping.html: Removed.
1305 2013-02-11 Alexander Shalamov <alexander.shalamov@intel.com>
1307 Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
1308 https://bugs.webkit.org/show_bug.cgi?id=102901
1310 Reviewed by Antti Koivisto.
1312 New layout test to verify that CSSValue objects comparison works properly.
1314 * cssom/cssvalue-comparison-expected.txt: Added.
1315 * cssom/cssvalue-comparison.html: Added.
1317 2013-02-11 Kentaro Hara <haraken@chromium.org>
1319 Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg
1320 as [ ImageOnlyFailure Pass ].
1322 * platform/chromium/TestExpectations:
1324 2013-02-11 John J. Barton <johnjbarton@chromium.org>
1326 Web Inspector: Don't throw exceptions in WebInspector.Color
1327 https://bugs.webkit.org/show_bug.cgi?id=104835
1329 Reviewed by Vsevolod Vlasov.
1331 Added case to test parsing 'none' from border style
1333 * inspector/styles/styles-invalid-color-values-expected.txt:
1334 * inspector/styles/styles-invalid-color-values.html:
1336 2013-02-11 Andrey Lushnikov <lushnikov@chromium.org>
1338 Web Inspector: home button behaviour is wrong in DTE
1339 https://bugs.webkit.org/show_bug.cgi?id=109154
1341 Reviewed by Vsevolod Vlasov.
1343 Add layout test to verify home button behaviour. Exclude this test on
1344 platforms that do not have eventSender object in test shell.
1346 * inspector/editor/editor-test.js:
1347 (initialize_EditorTests.lineWithCursor):
1348 (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
1349 * inspector/editor/text-editor-home-button-expected.txt: Added.
1350 * inspector/editor/text-editor-home-button.html: Added.
1351 * platform/efl/TestExpectations:
1352 * platform/mac/TestExpectations:
1353 * platform/qt/TestExpectations:
1355 2013-02-11 Philippe Normand <pnormand@igalia.com>
1357 Unreviewed, GTK gardening
1359 * platform/gtk/TestExpectations: Flagging media tests affected
1362 2013-02-11 Ádám Kallai <kadam@inf.u-szeged.hu>
1364 [Qt] Unreviewed gardening. Skip faling test.
1365 https://bugs.webkit.org/show_bug.cgi?id=109353.
1367 * platform/qt/TestExpectations:
1369 2013-02-10 Chris Fleizach <cfleizach@apple.com>
1371 WebSpeech: Implement basic speaking/finished speaking behavior
1372 https://bugs.webkit.org/show_bug.cgi?id=107135
1374 Reviewed by Sam Weinig.
1376 * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
1377 * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
1379 2013-02-10 Kentaro Hara <haraken@chromium.org>
1381 Unreviewed gardening. Rebaselined an image.
1383 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1385 2013-02-10 Kentaro Hara <haraken@chromium.org>
1387 Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
1389 * platform/chromium/TestExpectations:
1391 2013-02-10 Kentaro Hara <haraken@chromium.org>
1393 Unreviewed gardening. Rebaselined an image.
1395 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1397 2013-02-10 Kentaro Hara <haraken@chromium.org>
1399 Unreviewed gardening. Rebaselined an image.
1401 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1403 2013-02-10 Kentaro Hara <haraken@chromium.org>
1405 Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
1407 * platform/chromium/TestExpectations:
1409 2013-02-10 Kentaro Hara <haraken@chromium.org>
1411 Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
1413 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1415 2013-02-10 Tim Horton <timothy_horton@apple.com>
1417 REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
1418 https://bugs.webkit.org/show_bug.cgi?id=109317
1419 <rdar://problem/12649131>
1421 Reviewed by Simon Fraser.
1423 Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
1425 * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
1426 * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
1427 * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
1429 2013-02-10 Philippe Normand <pnormand@igalia.com>
1431 Unreviewed, GTK gardening.
1433 * platform/gtk/TestExpectations: Remove duplicate test expectation
1434 for media/track/track-in-band-style.html.
1436 2013-02-10 Philippe Normand <pnormand@igalia.com>
1438 [GStreamer] media/video-controls-fullscreen-volume.html crashes
1439 https://bugs.webkit.org/show_bug.cgi?id=108682
1441 Reviewed by Martin Robinson.
1443 * platform/gtk/TestExpectations: Unflag now passing tests.
1445 2013-02-10 Kent Tamura <tkent@chromium.org>
1447 [Chromium] Test expectation update
1448 https://bugs.webkit.org/show_bug.cgi?id=109376
1450 * platform/chromium/TestExpectations:
1451 fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
1453 2013-02-10 Philippe Normand <pnormand@igalia.com>
1455 Unreviewed, GTK gardening.
1457 * platform/gtk/TestExpectations: Flag new failing media/track test.
1459 2013-02-10 Kent Tamura <tkent@chromium.org>
1461 [Chromium] Test expectation update
1462 https://bugs.webkit.org/show_bug.cgi?id=92941
1464 * platform/chromium/TestExpectations:
1465 accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
1467 2013-02-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
1469 Unreviewed EFL gardening.
1471 Unskip fast/encoding/parser-tests-*.html tests now that the crashes
1472 have been fixed by r142385.
1474 * platform/efl-wk2/TestExpectations:
1476 2013-02-09 James Robinson <jamesr@chromium.org>
1480 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1481 * platform/chromium/TestExpectations:
1483 2013-02-09 Dominic Mazzoni <dmazzoni@google.com>
1485 fast/encoding/parser-tests-*.html tests sometimes crash
1486 https://bugs.webkit.org/show_bug.cgi?id=108058
1488 Reviewed by Chris Fleizach.
1490 Make test less brittle by (1) giving the iframe an aria-role so
1491 it's never ignored, and (2) using accessibilityElementById instead
1492 of assuming an element is in a specific place in the AX tree.
1494 * accessibility/loading-iframe-updates-axtree.html:
1496 2013-02-09 Stephen Chenney <schenney@chromium.org>
1498 [Chromium] Reverting earlier change now
1500 Unreviewed expectations.
1502 * platform/chromium/TestExpectations: Removed all the expectations added earlier.
1504 2013-02-09 Philip Rogers <pdr@google.com>
1506 Sanitize m_keyTimes for paced value animations
1507 https://bugs.webkit.org/show_bug.cgi?id=108828
1509 Reviewed by Dirk Schulze.
1511 * svg/animations/animate-keytimes-crash-expected.html: Added.
1512 * svg/animations/animate-keytimes-crash.html: Added.
1514 2013-02-09 Stephen Chenney <schenney@chromium.org>
1516 [Chromium] Trying to turn the build.webkit.org builders greener
1518 Unreviewed expectations.
1520 We seem to have an issue with build.webkit.org test bots and
1521 Chromium.WebKit test bots doing different things. This is temporary
1522 until we figure out what went wrong.
1524 * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
1526 2013-02-09 Kent Tamura <tkent@chromium.org>
1528 Fix crash by img[ismap] with content property
1529 https://bugs.webkit.org/show_bug.cgi?id=108702
1531 Reviewed by Adam Barth.
1533 * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
1534 * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
1536 2013-02-09 Kent Tamura <tkent@chromium.org>
1538 [Chromium] Test expectation update.
1540 * platform/chromium/TestExpectations:
1541 Correct encrypted-media-v2-*.html expectation.
1543 2013-02-09 Zan Dobersek <zdobersek@igalia.com>
1545 Unreviewed GTK gardening.
1547 * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
1549 2013-02-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
1551 Unreviewed EFL gardening.
1553 Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
1556 * platform/efl/TestExpectations:
1557 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
1558 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
1560 2013-02-09 Andrey Lushnikov <lushnikov@chromium.org>
1562 Web Inspector: show whitespace characters in DTE
1563 https://bugs.webkit.org/show_bug.cgi?id=108947
1565 Reviewed by Pavel Feldman.
1567 Add layout test to verify whitespace highlight functionality.
1569 * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
1570 * inspector/editor/text-editor-show-whitespace.html: Added.
1572 2013-02-08 Eric Carlson <eric.carlson@apple.com>
1574 [Mac] respect in-band caption color
1575 https://bugs.webkit.org/show_bug.cgi?id=109203
1577 Reviewed by Dean Jackson.
1579 * media/track/track-in-band-style-expected.txt: Added.
1580 * media/track/track-in-band-style.html: Added.
1582 * platform/chromium/TestExpectations: Skip new test.
1583 * platform/efl/TestExpectations: Ditto.
1584 * platform/gtk/TestExpectations: Ditto.
1585 * platform/mac/TestExpectations: Ditto.
1586 * platform/qt/TestExpectations: Ditto.
1587 * platform/win/TestExpectations: Ditto.
1589 2013-02-08 Gregg Tavares <gman@chromium.org>
1591 Disable All WebGL Tests on WebKit for Windows
1592 https://bugs.webkit.org/show_bug.cgi?id=109207
1594 Unreviewed expectations update.
1596 * platform/win/TestExpectations:
1598 2013-02-08 Tim Horton <timothy_horton@apple.com>
1600 Some tiled drawing tests use scalePageBy() incorrectly
1601 https://bugs.webkit.org/show_bug.cgi?id=109336
1603 Rubber-stamped by Simon Fraser.
1605 scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
1606 Adjust the tests and the expected results.
1608 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
1609 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
1610 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
1611 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
1612 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
1613 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
1615 2013-02-08 Andy Estes <aestes@apple.com>
1617 Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
1618 https://bugs.webkit.org/show_bug.cgi?id=109277
1620 Reviewed by Simon Fraser.
1622 Remove test added by r118852 and add a test that verifies the original
1625 * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
1626 * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
1627 * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
1628 * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
1630 2013-02-08 Stephen Chenney <schenney@chromium.org>
1632 [Chromium] Expectation modification after r142327
1634 Unreviewed expectations update.
1636 The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
1638 * platform/chromium/TestExpectations:
1640 2013-02-08 Stephen Chenney <schenney@chromium.org>
1642 [Chromium] Expectations as a result of removing Skia code suppressions
1644 Unreviewed expectations update.
1646 A remaining textual fix.
1648 * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1649 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1650 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1651 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1653 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
1655 [Mac] Unreviewed rebaseline
1657 * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
1658 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
1660 2013-02-08 Jer Noble <jer.noble@apple.com>
1662 Bring WebKit up to speed with latest Encrypted Media spec.
1663 https://bugs.webkit.org/show_bug.cgi?id=97037
1665 Reviewed by Eric Carlson.
1667 Added new tests for the updated Encrypted Media Extensions spec.
1669 * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
1670 * media/encrypted-media/encrypted-media-v2-events.html: Added.
1671 * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
1672 * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
1673 * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
1674 * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
1676 2013-02-08 Stephen Chenney <schenney@chromium.org>
1678 [Chromium] Expectations as a result of removing Skia code suppressions
1680 Unreviewed expectations update.
1682 Why does this test always fail to be correctly rebaselined during mass updates?
1684 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1686 2013-02-08 Joshua Bell <jsbell@chromium.org>
1688 IndexedDB: De-flake open-during-transaction layout test
1689 https://bugs.webkit.org/show_bug.cgi?id=109072
1691 Reviewed by Tony Chang.
1693 This test was observed to be flaky in local runs; sometimes the transaction
1694 would terminate after the third open() call rather than the second, resulting
1695 in a TEXT difference. Added code to keep the transaction alive until all of
1696 the open() calls are complete, and changed expectations to match.
1698 * storage/indexeddb/open-during-transaction-expected.txt:
1699 * storage/indexeddb/resources/open-during-transaction.js:
1701 2013-02-08 Stephen Chenney <schenney@chromium.org>
1703 [Chromium] Expectations as a result of removing Skia code suppressions
1705 Unreviewed expectations update.
1707 Cleaning up the remaining failures. With luck this is it, although probably not.
1709 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
1710 * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
1711 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
1712 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
1713 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
1714 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
1715 * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1716 * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
1717 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1718 * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
1719 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
1720 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
1721 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1722 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
1723 * platform/chromium-win/media/video-zoom-controls-expected.png:
1725 2013-02-08 Stephen Chenney <schenney@chromium.org>
1727 Expectations as a result of removing Skia code suppressions
1729 Unreviewed expectations update.
1731 Round 19. The last, except for cleanup. Too many to list.
1733 * platform/chromium/TestExpectations:
1735 2013-02-08 Stephen Chenney <schenney@chromium.org>
1737 Expectations as a result of removing Skia code suppressions
1739 Unreviewed expectations update.
1741 Round 18. SVG all but dynamic-updates and custom tests. List omitted
1742 except for changes touching other ports.
1744 * platform/chromium/TestExpectations:
1745 * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
1746 * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
1747 * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
1748 * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
1749 * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
1750 * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
1751 * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
1752 * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
1753 * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
1754 * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
1755 * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
1756 * svg/batik/text/textPosition2-expected.txt: Replaced.
1758 2013-02-08 Stephen Chenney <schenney@chromium.org>
1760 Expectations as a result of removing Skia code suppressions
1762 Unreviewed expectations update.
1764 Round 17. SVG W3C tests. List omitted.
1766 * platform/chromium/TestExpectations:
1768 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
1770 [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
1772 * platform/mac/TestExpectations:
1774 2013-02-08 Stephen Chenney <schenney@chromium.org>
1776 Expectations as a result of removing Skia code suppressions
1778 Unreviewed expectations update.
1780 Round 16. Everything done but SVG, and cleanup.
1782 * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
1783 * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
1784 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
1785 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
1786 * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
1787 * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
1788 * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
1789 * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
1790 * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
1791 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
1792 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
1793 * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
1794 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
1795 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
1796 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
1797 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
1798 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
1799 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
1800 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
1801 * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
1802 * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
1803 * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
1804 * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
1805 * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
1806 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
1807 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
1808 * platform/chromium-linux-x86/tables/mozilla/core: Removed.
1809 * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
1810 * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
1811 * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
1812 * platform/chromium-linux-x86/tables/mozilla/other: Removed.
1813 * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
1814 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
1815 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
1816 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
1817 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
1818 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
1819 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
1820 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
1821 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
1822 * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
1823 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
1824 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
1825 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
1826 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
1827 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
1828 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
1829 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
1830 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
1831 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
1832 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
1833 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
1834 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
1835 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
1836 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
1837 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
1838 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
1839 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
1840 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
1841 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
1842 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
1843 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
1844 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
1845 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
1846 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
1847 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
1848 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
1849 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
1850 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
1851 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
1852 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1853 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
1854 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
1855 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
1856 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
1857 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
1858 * platform/chromium/TestExpectations:
1860 2013-02-08 Stephen Chenney <schenney@chromium.org>
1862 Expectations as a result of removing Skia code suppressions
1864 Unreviewed expectations update.
1866 Round 15. platform/. Too many to list.
1868 * platform/chromium/TestExpectations:
1870 2013-02-08 Stephen Chenney <schenney@chromium.org>
1872 Expectations as a result of removing Skia code suppressions
1874 Unreviewed expectations update.
1876 Round 14. Remaining tests up to platform in sorted order. Too many to list.
1878 * platform/chromium/TestExpectations:
1880 2013-02-08 Stephen Chenney <schenney@chromium.org>
1882 Expectations as a result of removing Skia code suppressions
1884 Unreviewed expectations update.
1886 Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
1888 * platform/chromium/TestExpectations:
1889 * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
1890 * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
1891 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
1892 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
1893 * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
1894 * platform/efl-wk2/fast/text: Added.
1895 * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
1896 * platform/efl-wk2/fast/text/stroking-expected.png: Added.
1897 * platform/efl-wk2/fast/transforms: Added.
1898 * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
1899 * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
1900 * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
1901 * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
1902 * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
1903 * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
1904 * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
1905 * platform/efl/fast/text/stroking-expected.png: Removed.
1906 * platform/efl/fast/transforms/shadows-expected.png: Removed.
1907 * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
1908 * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
1910 2013-02-08 Stephen Chenney <schenney@chromium.org>
1912 Expectations as a result of removing Skia code suppressions
1914 Unreviewed expectations update.
1916 Round 12. More fast tests. Too many to list.
1918 * platform/chromium/TestExpectations:
1920 2013-02-08 Stephen Chenney <schenney@chromium.org>
1922 [Chromium] Flakey test expectations update
1924 Unreviewed gardening.
1926 * platform/chromium/TestExpectations:
1928 2013-02-08 Stephen Chenney <schenney@chromium.org>
1930 Expectations as a result of removing Skia code suppressions
1932 Unreviewed expectations update.
1934 Round 11. Some fast tests. Elided.
1936 * platform/chromium/TestExpectations:
1938 2013-02-08 Stephen Chenney <schenney@chromium.org>
1940 Expectations as a result of removing Skia code suppressions
1942 Unreviewed expectations update.
1944 Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
1946 * fast/repaint/scale-page-shrink-expected.png: Added.
1947 * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
1948 * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
1949 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1950 * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
1951 * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
1953 2013-02-08 Stephen Chenney <schenney@chromium.org>
1955 Expectations as a result of removing Skia code suppressions
1957 Unreviewed expectations update.
1959 Round 9. These were rebaselined earlier before all the bots were done.
1961 * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
1962 * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
1963 * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
1964 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
1965 * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
1966 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
1967 * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
1968 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
1969 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
1970 * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
1971 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
1972 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
1973 * platform/chromium-mac/svg/text/selection-styles-expected.png:
1974 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
1975 * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
1976 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
1977 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
1978 * platform/chromium-win/svg/text/selection-styles-expected.png:
1980 2013-02-08 Stephen Chenney <schenney@chromium.org>
1982 Expectations as a result of removing Skia code suppressions
1984 Unreviewed expectations update.
1986 Round 8. Outstanding mac failure.
1988 * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1989 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1990 * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1991 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1993 2013-02-08 Stephen Chenney <schenney@chromium.org>
1995 Expectations as a result of removing Skia code suppressions
1997 Unreviewed expectations update.
1999 Round 7. Outstanding failing linux tests
2001 * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
2002 * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
2004 2013-02-08 Stephen Chenney <schenney@chromium.org>
2006 Expectations as a result of removing Skia code suppressions
2008 Unreviewed expectations update.
2010 Round 6. Outstanding failing linux tests
2012 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
2014 2013-02-08 Stephen Chenney <schenney@chromium.org>
2016 Expectations as a result of removing Skia code suppressions
2018 Unreviewed expectations update.
2020 Round 5. Editing expectations.
2022 File list truncated to remove the hundreds of files that have been updated.
2024 * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
2025 * platform/efl-wk1/editing/selection: Added.
2026 * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
2027 * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
2029 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
2031 [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
2033 * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
2034 * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
2036 2013-02-08 Stephen White <senorblanco@chromium.org>
2038 [chromium] Unreviewed gardening. Remove effect-reference-hw from test expectations, since it's now passing.
2039 https://bugs.webkit.org/show_bug.cgi?id=104289
2041 * platform/chromium/TestExpectations:
2043 2013-02-08 Kent Tamura <tkent@chromium.org>
2045 [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
2046 https://bugs.webkit.org/show_bug.cgi?id=109272
2048 Reviewed by Kentaro Hara.
2050 * platform/chromium/TestExpectations:
2051 Skip fast/forms/datetime and datetime-multiple-fields
2053 2013-02-08 Stephen Chenney <schenney@chromium.org>
2055 Expectations as a result of removing Skia code suppressions
2057 Unreviewed expectations update.
2059 Round 4. CSS expectations.
2061 * platform/chromium-linux-x86/css1/box_properties: Removed.
2062 * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
2063 * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
2064 * platform/chromium-linux-x86/css3/images: Removed.
2065 * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
2066 * platform/chromium-linux-x86/css3/selectors3/html: Removed.
2067 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
2068 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
2069 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
2070 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
2071 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
2072 * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
2073 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
2074 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
2075 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
2076 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
2077 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
2078 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
2079 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
2080 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
2081 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
2082 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
2083 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
2084 * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
2085 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
2086 * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
2087 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
2088 * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
2089 * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
2090 * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
2091 * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
2092 * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
2093 * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
2094 * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
2095 * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
2096 * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
2097 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
2098 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
2099 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
2100 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
2101 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
2102 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
2103 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
2104 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
2105 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
2106 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
2107 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
2108 * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
2109 * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
2110 * platform/chromium-mac-lion/css3/images: Removed.
2111 * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
2112 * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
2113 * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
2114 * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
2115 * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
2116 * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
2117 * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
2118 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
2119 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
2120 * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
2121 * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
2122 * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
2123 * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
2124 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
2125 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
2126 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
2127 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
2128 * platform/chromium-win-xp/css3/images: Removed.
2129 * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
2130 * platform/chromium-win-xp/css3/selectors3: Removed.
2131 * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
2132 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
2133 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
2134 * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
2135 * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
2136 * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
2137 * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
2138 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
2139 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
2140 * platform/chromium/TestExpectations:
2141 * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
2142 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
2143 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
2145 2013-02-08 Stephen Chenney <schenney@chromium.org>
2147 Expectations as a result of removing Skia code suppressions
2149 Unreviewed expectations update.
2151 Round 3. Remaining expected failures that had platform-specific supppressions
2153 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
2154 * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
2155 * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
2156 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
2157 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
2158 * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
2159 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
2160 * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
2161 * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
2162 * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
2163 * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
2164 * platform/chromium-mac-lion/fast/dom/52776-expected.png:
2165 * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
2166 * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
2167 * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
2168 * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
2169 * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
2170 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
2171 * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
2172 * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
2173 * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
2174 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
2175 * platform/chromium-mac/fast/dom/52776-expected.png:
2176 * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
2177 * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
2178 * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
2179 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
2180 * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
2181 * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
2182 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
2183 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
2184 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
2185 * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
2186 * platform/chromium/TestExpectations:
2187 * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
2188 * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
2190 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
2192 [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
2194 * platform/qt/TestExpectations:
2195 * platform/qt/svg/css/arrow-with-shadow-expected.png:
2196 * platform/qt/svg/css/arrow-with-shadow-expected.txt:
2197 * platform/qt/svg/css/clippath-with-shadow-expected.png:
2198 * platform/qt/svg/css/clippath-with-shadow-expected.txt:
2199 * platform/qt/svg/css/composite-shadow-text-expected.png:
2200 * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
2201 * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
2202 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
2203 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
2205 2013-02-08 Stephen Chenney <schenney@chromium.org>
2207 Expectations as a result of removing Skia code suppressions
2209 Unreviewed expectations update.
2211 Round 2. Failing Linux tests with no expectations
2213 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
2214 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
2215 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
2216 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
2217 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
2218 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
2219 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
2220 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
2221 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
2222 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
2223 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
2224 * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
2225 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
2226 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
2227 * platform/chromium-linux/svg/text/selection-styles-expected.png:
2228 * platform/efl-wk2/fast/repaint: Added.
2229 * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
2230 * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
2231 * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
2233 2013-02-08 Stephen Chenney <schenney@chromium.org>
2235 Expectations as a result of removing Skia code suppressions
2237 Unreviewed expectations update.
2239 Round 1. Some tests that have existing expectations.
2241 * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
2242 * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
2243 * platform/chromium-linux-x86/editing/input: Removed.
2244 * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
2245 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
2246 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
2247 * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
2248 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
2249 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
2250 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
2251 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
2252 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
2253 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
2254 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
2255 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
2256 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
2257 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
2258 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
2259 * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
2260 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
2261 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
2262 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
2263 * platform/chromium-win-xp/editing/input: Removed.
2264 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
2265 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
2266 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
2267 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
2268 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
2269 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
2270 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
2271 * platform/chromium/TestExpectations:
2272 * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
2273 * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
2274 * platform/efl-wk2/editing/input: Added.
2275 * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
2276 * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
2277 * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
2279 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
2281 [Qt] Unreviewed gardening.
2282 https://bugs.webkit.org/show_bug.cgi?id=109209.
2284 * platform/qt/TestExpectations:
2285 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
2286 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
2288 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
2290 [Qt][Wk2] Unreviewed gardening. Skip failing tests.
2291 https://bugs.webkit.org/show_bug.cgi?id=109291.
2293 * platform/qt-5.0-wk2/TestExpectations:
2295 2013-02-08 Stephen Chenney <schenney@chromium.org>
2297 Expectations as a result of removing Skia code suppressions
2299 Unreviewed expectations update.
2301 These are tests that failed due to bad expectations.
2303 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
2304 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
2305 * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
2306 * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
2307 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
2308 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
2309 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
2310 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
2311 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
2312 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
2313 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
2314 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
2315 * platform/chromium-win/platform/chromium/rubberbanding: Added.
2316 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
2317 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
2318 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
2319 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
2320 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
2321 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
2322 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
2323 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
2324 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
2325 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
2326 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
2327 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
2328 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
2329 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
2330 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
2331 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
2332 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2333 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
2334 * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
2335 * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
2336 * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
2337 * platform/chromium/TestExpectations:
2339 2013-02-08 Stephen Chenney <schenney@chromium.org>
2341 Expectations as a result of removing Skia code suppressions
2343 Unreviewed gardening.
2345 * platform/chromium/TestExpectations: Last of the Win failures.
2347 2013-02-08 Stephen Chenney <schenney@chromium.org>
2349 Expectations as a result of removing Skia code suppressions
2351 Unreviewed gardening.
2353 * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
2355 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
2357 Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
2358 https://bugs.webkit.org/show_bug.cgi?id=109282
2360 Reviewed by Alexander Pavlov.
2362 * http/tests/inspector-enabled/dynamic-scripts.html:
2363 * http/tests/inspector/compiler-script-mapping.html:
2364 * http/tests/inspector/workspace-test.js:
2365 (initialize_WorkspaceTest.InspectorTest.createWorkspace):
2366 * inspector/debugger/breakpoint-manager.html:
2367 * inspector/debugger/dynamic-scripts.html:
2368 * inspector/debugger/script-snippet-model.html:
2369 * inspector/debugger/scripts-file-selector.html:
2370 * inspector/debugger/scripts-panel.html:
2371 * inspector/debugger/scripts-sorting-expected.txt:
2372 * inspector/debugger/scripts-sorting.html:
2373 * inspector/uisourcecode-revisions.html:
2375 2013-02-08 Stephen Chenney <schenney@chromium.org>
2377 Expectations as a result of removing Skia code suppressions
2379 Unreviewed gardening.
2381 * platform/chromium/TestExpectations: Outstanding Win failures
2383 2013-02-08 Stephen Chenney <schenney@chromium.org>
2385 Expectations as a result of removing Skia code suppressions
2387 Unreviewed gardening.
2389 * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
2391 2013-02-08 Stephen Chenney <schenney@chromium.org>
2393 Expectations as a result of removing Skia code suppressions
2395 Unreviewed gardening.
2397 * platform/chromium/TestExpectations: Modified a MountainLion expectation
2399 2013-02-08 Stephen Chenney <schenney@chromium.org>
2401 Expectations as a result of removing Skia code suppressions
2403 Unreviewed gardening.
2405 * platform/chromium/TestExpectations:
2407 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
2409 Web Inspector: Replace workspace with project in UISourceCode constructor.
2410 https://bugs.webkit.org/show_bug.cgi?id=109256
2412 Reviewed by Alexander Pavlov.
2414 * inspector/debugger/breakpoint-manager-expected.txt:
2415 * inspector/debugger/breakpoint-manager.html:
2416 * inspector/debugger/script-formatter-search.html:
2417 * inspector/debugger/scripts-file-selector.html:
2418 * inspector/debugger/scripts-panel.html:
2419 * inspector/debugger/scripts-sorting.html:
2420 * inspector/debugger/ui-source-code-display-name.html:
2421 * inspector/debugger/ui-source-code.html:
2422 * inspector/uisourcecode-revisions.html:
2424 2013-02-08 Zan Dobersek <zdobersek@igalia.com>
2426 Unreviewed GTK gardening.
2428 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
2430 2013-02-08 Stephen Chenney <schenney@chromium.org>
2432 Remove Skia code suppressions
2434 Unreviewed enabling of existing optimizations
2436 Removing all skia_webkit.gyp code suppressions and adding expectations
2439 * platform/chromium/TestExpectations:
2441 2013-02-08 Stephen Chenney <schenney@chromium.org>
2443 [chromium] Unreviewed gardening. Adjusting expectations for two failures.
2445 Unreviewed Chromium expectations
2447 * platform/chromium/TestExpectations:
2449 2013-02-08 Matt Falkenhagen <falken@chromium.org>
2451 [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
2452 https://bugs.webkit.org/show_bug.cgi?id=96441
2454 * platform/chromium/TestExpectations:
2456 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
2458 [Qt] Unreviewed gardening. Skip failing tests.
2460 * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
2461 * platform/qt/TestExpectations:
2462 * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
2464 2013-02-08 KwangYong Choi <ky0.choi@samsung.com>
2466 [EFL] Mark some tests as passing with incorrect expectations
2467 https://bugs.webkit.org/show_bug.cgi?id=109173
2469 Unreviewed EFL gardening.
2471 Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
2473 Currently, the tests are passing with their generated incorrect expectations.
2474 It should be checked if the test starts failing. It means, the test can be passing now.
2476 Below tests are marked as passing tests with incorrect expectations.
2478 fast/forms/basic-textareas-quirks.html
2479 fast/forms/input-disabled-color.html
2480 fast/forms/input-readonly-dimmed.html
2481 fast/forms/listbox-hit-test-zoomed.html
2482 fast/forms/menulist-narrow-width.html
2483 fast/forms/menulist-style-color.html
2484 fast/forms/plaintext-mode-2.html
2485 fast/forms/search-cancel-button-style-sharing.html
2486 fast/forms/search-rtl.html
2487 fast/forms/select-baseline.html
2488 fast/forms/select-style.html
2489 fast/forms/zoomed-controls.html
2491 * platform/efl-wk1/TestExpectations:
2492 * platform/efl-wk2/TestExpectations:
2493 * platform/efl/TestExpectations:
2495 2013-02-08 Kentaro Hara <haraken@chromium.org>
2497 Support a relatedTarget attribute on focus/blur events
2498 https://bugs.webkit.org/show_bug.cgi?id=109176
2500 Reviewed by Ojan Vafai.
2502 In bug 76216, we supported a relatedTarget attribute on
2503 focusin/focusout events. We should also support it on focus/blur events.
2505 See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
2506 for the www-dom discussion.
2508 * fast/dom/shadow/shadow-boundary-events-expected.txt:
2509 * fast/dom/shadow/shadow-boundary-events.html:
2510 * fast/events/related-target-focusevent-expected.txt:
2511 * fast/events/related-target-focusevent.html:
2513 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
2515 Web Inspector: reduce number of native memory instrumentation categories
2516 https://bugs.webkit.org/show_bug.cgi?id=109146
2518 Reviewed by Pavel Feldman.
2520 Updated tests to use new memory categories.
2522 * inspector-protocol/nmi-webaudio-expected.txt:
2523 * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
2524 * inspector-protocol/nmi-webaudio-leak-test.html:
2525 * inspector-protocol/nmi-webaudio.html:
2526 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
2527 * inspector/profiler/memory-instrumentation-cached-images.html:
2528 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
2529 * inspector/profiler/memory-instrumentation-canvas.html:
2531 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2533 [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
2534 https://bugs.webkit.org/show_bug.cgi?id=109262
2536 An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
2538 * platform/chromium/TestExpectations:
2540 2013-02-07 Mike West <mkwst@chromium.org>
2542 <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
2543 https://bugs.webkit.org/show_bug.cgi?id=87707
2545 Reviewed by Eric Seidel.
2547 * fast/frames/seamless/seamless-float-expected.txt:
2548 * fast/frames/seamless/seamless-inline-expected.txt:
2549 Rebaseline the now-passing bits of these tests.
2551 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
2553 Unreviewed rebaseline.
2555 * 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.
2556 * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
2557 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
2558 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
2559 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
2560 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
2561 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
2562 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
2563 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
2565 2013-02-07 Kent Tamura <tkent@chromium.org>
2567 document.activeElement should not return a non-focusable element
2568 https://bugs.webkit.org/show_bug.cgi?id=86707
2570 Reviewed by Hajime Morita.
2572 * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
2573 * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
2574 This test verifies that document.activeElement does not return an
2575 invalid or non-focusable element.
2577 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2579 [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
2581 See https://bugs.webkit.org/show_bug.cgi?id=109114
2583 * platform/chromium/TestExpectations:
2585 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
2587 Cleaning up after r142208
2588 https://bugs.webkit.org/show_bug.cgi?id=109228
2592 The commit-queue didn't remove these files for some reason. Removing them manually.
2594 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2595 * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2596 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2597 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2598 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2599 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2600 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2602 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
2604 Rebaseline text output for contentOpaque
2605 https://bugs.webkit.org/show_bug.cgi?id=108656
2607 Unreviewed rebaseline.
2609 * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2610 * platform/chromium/TestExpectations:
2611 * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
2612 * platform/mac/TestExpectations:
2613 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2614 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
2616 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2618 Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
2619 which was failing on Chromium Mac after r142152.
2621 * 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.
2623 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
2625 Unreviewed, rolling out r142113.
2626 http://trac.webkit.org/changeset/142113
2627 https://bugs.webkit.org/show_bug.cgi?id=109244
2629 tests started failing after r142081 was rolled out in r142166
2630 (Requested by falken on #webkit).
2632 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
2633 * inspector/profiler/memory-instrumentation-cached-images.html:
2634 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
2635 * inspector/profiler/memory-instrumentation-canvas.html:
2637 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
2639 getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
2640 https://bugs.webkit.org/show_bug.cgi?id=106535
2642 Reviewed by Ojan Vafai.
2644 Update tests to also check getComputedStyle during animations and transitions.
2646 * fast/css-generated-content/pseudo-animation-expected.txt:
2647 * fast/css-generated-content/pseudo-animation.html:
2648 * fast/css-generated-content/pseudo-transition-expected.txt:
2649 * fast/css-generated-content/pseudo-transition.html:
2651 2013-02-07 Kent Tamura <tkent@chromium.org>
2653 [Chromium-Android] Disable input[type=datetime]
2654 https://bugs.webkit.org/show_bug.cgi?id=107614
2656 Reviewed by Kentaro Hara.
2658 * platform/chromium/TestExpectations:
2659 Tetsts in fast/forms/datetime/ fail.
2661 2013-02-07 Jeffrey Pfau <jpfau@apple.com>
2663 [Mac] Unreviewed, skip crashing test
2665 * platform/mac/TestExpectations:
2667 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
2669 [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest
2670 https://bugs.webkit.org/show_bug.cgi?id=109228
2672 Reviewed by Eric Seidel.
2674 Simplify and turn the test into a reftest, remove the unnecessary expected files.
2676 * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
2677 * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2678 * fast/regions/selecting-text-through-different-region-flows.html:
2679 * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2680 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2681 * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2682 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2683 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2684 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2685 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2686 * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2687 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2688 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2690 2013-02-07 Alexei Svitkine <asvitkine@chromium.org>
2692 Chromium: Hang parsing bidi control chars on Mac OS X 10.6
2693 https://bugs.webkit.org/show_bug.cgi?id=108877
2695 This was broken a while ago by:
2696 https://bugs.webkit.org/show_bug.cgi?id=83045
2698 On 10.6, CoreText will not produce any runs covering the
2699 Unicode BiDi RTL mark control char, which causes an infinite
2700 loop in ComplexTextController::indexOfCurrentRun() due to no
2701 run covering the character at offset 0.
2703 This patch fixes that issue by finding the earliest run
2704 explicitly via the minimum stringBegin() index instead of
2705 relying on a run existing that covers offset 0.
2707 Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
2708 Chromium bug: http://crbug.com/167844
2710 New test in the same style as harfbuzz-buffer-overrun.html
2713 Reviewed by Eric Seidel.
2715 * fast/text/international/rtl-mark-expected.txt: Added.
2716 * fast/text/international/rtl-mark.html: Added.
2718 2013-02-07 Kentaro Hara <haraken@chromium.org>
2720 Implement FocusEvent constructor
2721 https://bugs.webkit.org/show_bug.cgi?id=109170
2723 Reviewed by Adam Barth.
2725 Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
2727 FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
2728 flag, which is enabled on Chromium and Safari.
2730 * fast/dom/constructed-objects-prototypes-expected.txt:
2731 * fast/events/constructors/focus-event-constructor-expected.txt: Added.
2732 * fast/events/constructors/focus-event-constructor.html: Added.
2733 * platform/efl/TestExpectations:
2734 * platform/gtk/TestExpectations:
2735 * platform/qt/TestExpectations:
2736 * platform/win/TestExpectations:
2737 * platform/wincairo/TestExpectations:
2739 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
2741 HTML parser should queue MutationRecords for its operations
2742 https://bugs.webkit.org/show_bug.cgi?id=89351
2744 Reviewed by Eric Seidel.
2746 Add new test mutation records in the parser and fix shadow-dom.html
2747 test since it used setTimeout and sometimes could observe parser
2750 * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
2751 * fast/dom/MutationObserver/parser-mutations.html: Added.
2752 * fast/dom/MutationObserver/shadow-dom-expected.txt:
2753 * fast/dom/MutationObserver/shadow-dom.html:
2755 2013-02-07 Adam Barth <abarth@webkit.org>
2757 fast/parser/document-write-noscript.html fails for threaded HTML parser
2758 https://bugs.webkit.org/show_bug.cgi?id=109237
2760 Reviewed by Eric Seidel.
2762 This tests basic document.write functionality. There doesn't appear to
2763 be another fast/parser test that covers this basic case (although it's
2764 convered in some more complicated test cases incidentally.)
2766 * fast/parser/document-write-basic-expected.txt: Added.
2767 * fast/parser/document-write-basic.html: Added.
2769 2013-02-07 Keishi Hattori <keishi@webkit.org>
2771 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
2772 https://bugs.webkit.org/show_bug.cgi?id=109136
2774 Reviewed by Kent Tamura.
2776 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
2777 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
2778 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
2779 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
2780 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
2781 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
2782 * platform/chromium/TestExpectations:
2784 2013-02-07 Terry Anderson <tdanderson@chromium.org>
2786 Non-scrollable divs and non-scrollable iframes can scroll with touch
2787 https://bugs.webkit.org/show_bug.cgi?id=109087
2789 Reviewed by Eric Seidel.
2791 Two new layout tests added to demonstrate that the changes to
2792 RenderLayer::scrollBy() and closestScrollableNodeCandidate() in
2793 EventHandler.cpp are both necessary to ensure that non-scrollable
2794 divs and non-scrollable iframes cannot be scrolled with touch.
2796 * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
2797 * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
2798 * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
2799 * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
2800 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
2801 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
2803 2013-02-07 Michelangelo De Simone <michelangelo@webkit.org>
2805 [CSS Shaders] Add the last blending step
2806 https://bugs.webkit.org/show_bug.cgi?id=104012
2808 Added a test to check the correct blending in presence of a transparent backdrop.
2810 Reviewed by Dean Jackson.
2812 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
2813 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
2814 * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
2815 differences, please see the relevant bug: http://webkit.org/b/107487
2817 2013-02-07 Hans Muller <hmuller@adobe.com>
2819 [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
2820 https://bugs.webkit.org/show_bug.cgi?id=107566
2822 Reviewed by David Hyatt.
2824 Added a simple polygonal shape-inside test where only a subset of the polygon edges
2825 should contribute to each line's offset edges.
2827 * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
2828 * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
2830 2013-02-07 James Craig <jcraig@apple.com>
2832 Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
2833 https://bugs.webkit.org/show_bug.cgi?id=109027
2835 Reviewed by Chris Fleizach.
2837 New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles.
2839 * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
2840 * platform/mac/accessibility/role-subrole-roledescription.html: Added.
2842 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
2844 Unreviewed GTK gardening.
2846 * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
2847 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
2849 2013-02-07 Benjamin Poulain <bpoulain@apple.com>
2851 Move pauseAnimation/pauseTransition from TestRunner to Internals
2852 https://bugs.webkit.org/show_bug.cgi?id=109107
2854 Reviewed by Anders Carlsson.
2856 Change the tests with the following:
2857 -Use the methods on Internals instead of TestRunner.
2858 -Adapt the calls to pass a particular element instead of an ID.
2859 -Remove feature detection. Having Internals implies having the feature.
2861 * animations/animation-hit-test-transform.html:
2862 * animations/animation-hit-test.html:
2863 * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
2864 * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
2865 * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
2866 * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
2867 * animations/change-keyframes-name.html:
2868 * animations/change-transform-style-during-animation.html:
2869 * animations/missing-from-to-transforms.html:
2870 * animations/missing-from-to.html:
2871 * animations/resources/animation-test-helpers.js:
2872 (checkExpectedValue):
2874 * css3/calc/transitions-dependent.html:
2875 * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
2876 * transitions/opacity-transition-zindex.html:
2877 * transitions/resources/transition-test-helpers.js:
2879 * transitions/transition-drt-api-delay.html:
2880 * transitions/transition-drt-api.html:
2881 * transitions/transition-hit-test-transform.html:
2882 * transitions/transition-hit-test.html:
2884 2013-02-07 Rik Cabanier <cabanier@adobe.com>
2886 Add support for parsing of -webkit-background-blend-mode
2887 https://bugs.webkit.org/show_bug.cgi?id=108547
2889 Reviewed by David Hyatt.
2891 Added parsing and general CSS handling of -webkit-background-blend-mode per
2892 https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
2894 * css3/compositing/background-blend-mode-property-expected.txt: Added.
2895 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2896 * css3/compositing/background-blend-mode-property-parsing.html: Added.
2897 * css3/compositing/background-blend-mode-property.html: Added.
2898 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
2901 (testBlendModeRule):
2902 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
2905 * css3/compositing/background-blend-mode-property-expected.txt: Added.
2906 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2907 * css3/compositing/background-blend-mode-property-parsing.html: Added.
2908 * css3/compositing/background-blend-mode-property.html: Added.
2909 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
2912 (testBlendModeRule):
2913 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
2915 * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
2916 * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2918 2013-02-07 Gavin Peters <gavinp@chromium.org>
2920 Unreviewed, rolling out r142142.
2921 http://trac.webkit.org/changeset/142142
2922 https://bugs.webkit.org/show_bug.cgi?id=109154
2924 Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
2926 * inspector/editor/text-editor-home-button-expected.txt: Removed.
2927 * inspector/editor/text-editor-home-button.html: Removed.
2928 * platform/efl/TestExpectations:
2929 * platform/mac/TestExpectations:
2930 * platform/qt/TestExpectations:
2932 2013-02-07 Bear Travis <betravis@adobe.com>
2934 [CSS Exclusions] shape-inside does not properly handle padding or border
2935 https://bugs.webkit.org/show_bug.cgi?id=102715
2937 Reviewed by David Hyatt.
2939 Test that borders and padding are properly accounted for when laying out text in
2942 * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
2944 * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
2945 * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
2947 2013-01-27 Robert Hogan <robert@webkit.org>
2949 CSS 2.1 failure: floats-149 fails
2950 https://bugs.webkit.org/show_bug.cgi?id=95772
2952 Reviewed by David Hyatt.
2954 * css2.1/20110323/floats-149-expected.html: Added.
2955 * css2.1/20110323/floats-149.htm: Added.
2956 * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
2957 * fast/inline/inline-with-empty-inline-children.html: Added.
2958 * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
2960 2013-02-07 Max Vujovic <mvujovic@adobe.com>
2962 [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
2963 https://bugs.webkit.org/show_bug.cgi?id=109082
2965 Move the at-rule parsing tests to the recently added folder named
2966 "custom-with-at-rule-parsing".
2968 Remove the "custom-filter" prefix from the test filenames to
2969 match the new convention.
2971 Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
2972 "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
2973 that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
2974 behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
2975 expectation file that was previously needed for "shouldBeType".
2977 Reviewed by Dean Jackson.
2979 * 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.
2980 * 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.
2981 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
2982 * 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.
2983 * 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.
2984 (testInvalidFilterAtRule):
2985 * 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.
2989 * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
2990 * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
2992 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
2994 Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
2995 https://bugs.webkit.org/show_bug.cgi?id=109201
2997 Reviewed by Pavel Feldman.
2999 * inspector/debugger/network-uisourcecode-provider.html:
3001 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
3003 Web Inspector: home button behaviour is wrong in DTE
3004 https://bugs.webkit.org/show_bug.cgi?id=109154
3006 Reviewed by Vsevolod Vlasov.
3008 Add layout test to verify home button behaviour. Exclude this test on
3009 platforms that do not have eventSender object in test shell.
3011 * inspector/editor/text-editor-home-button-expected.txt: Added.
3012 * inspector/editor/text-editor-home-button.html: Added.
3013 * platform/efl/TestExpectations:
3014 * platform/mac/TestExpectations:
3015 * platform/qt/TestExpectations:
3017 2013-02-07 Allan Sandfeld Jensen <allan.jensen@digia.com>
3019 Scrollbars misplaced with accelerated compositing for overflow scroll
3020 https://bugs.webkit.org/show_bug.cgi?id=108625
3022 Reviewed by Simon Fraser.
3024 Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
3025 and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
3027 * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
3028 * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
3030 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
3032 [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
3033 https://bugs.webkit.org/show_bug.cgi?id=107567.
3035 * platform/qt/TestExpectations:
3036 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
3037 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
3038 * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
3039 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
3040 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
3041 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
3042 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
3043 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
3044 * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
3045 * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
3046 * platform/qt/fast/text/whitespace/006-expected.png:
3047 * platform/qt/fast/text/whitespace/006-expected.txt:
3048 * platform/qt/fast/text/whitespace/007-expected.png:
3049 * platform/qt/fast/text/whitespace/007-expected.txt:
3050 * platform/qt/svg/batik/text/xmlSpace-expected.png:
3051 * platform/qt/svg/batik/text/xmlSpace-expected.txt:
3052 * platform/qt/svg/carto.net/combobox-expected.png:
3053 * platform/qt/svg/carto.net/combobox-expected.txt:
3054 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
3055 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
3056 * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
3057 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
3058 * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
3059 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
3061 2013-02-07 Gavin Peters <gavinp@chromium.org>
3063 Unreviewed, rolling out r142111.
3064 http://trac.webkit.org/changeset/142111
3065 https://bugs.webkit.org/show_bug.cgi?id=108055
3067 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
3069 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
3070 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
3071 * platform/chromium/TestExpectations:
3072 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
3073 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
3074 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
3075 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
3077 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
3079 Web Inspector: [Regression] Map.size() returns negative values.
3080 https://bugs.webkit.org/show_bug.cgi?id=109174
3082 Reviewed by Yury Semikhatsky.
3084 * inspector/map-expected.txt:
3085 * inspector/map.html:
3087 2013-02-07 Kent Tamura <tkent@chromium.org>
3089 Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
3090 https://bugs.webkit.org/show_bug.cgi?id=109160
3092 Reviewed by Kentaro Hara.
3094 * fast/forms/number/number-l10n-input-expected.txt: Added.
3095 * fast/forms/number/number-l10n-input.html: Added.
3097 2013-02-07 Stephen White <senorblanco@chromium.org>
3099 [chromium] New baselines for GPU-accelerated reference filters tests. Unreviewed.
3100 https://bugs.webkit.org/show_bug.cgi?id=104289
3102 * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
3103 * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
3104 * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
3105 * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
3106 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
3107 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
3108 * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
3109 * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
3110 * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
3111 * platform/chromium/TestExpectations:
3113 2013-02-07 Peter Rybin <prybin@chromium.org>
3115 Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
3116 https://bugs.webkit.org/show_bug.cgi?id=107829
3118 Reviewed by Pavel Feldman.
3120 * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
3121 * inspector-protocol/debugger-setVariableValue.html: Added.
3122 * inspector/console/command-line-api-expected.txt:
3123 * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
3125 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
3127 Web Inspector: reduce number of native memory instrumentation categories
3128 https://bugs.webkit.org/show_bug.cgi?id=109146
3130 Reviewed by Pavel Feldman.
3132 Fix layout tests that started failing after r142081.
3134 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
3135 * inspector/profiler/memory-instrumentation-cached-images.html:
3136 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
3137 * inspector/profiler/memory-instrumentation-canvas.html:
3139 2013-02-07 Keishi Hattori <keishi@webkit.org>
3141 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
3142 https://bugs.webkit.org/show_bug.cgi?id=108055
3144 Reviewed by Kent Tamura.
3146 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
3147 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
3148 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
3149 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
3150 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
3151 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
3152 * platform/chromium/TestExpectations:
3154 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
3156 [Qt] Unreviewed gardening. Skip failing test.
3158 * platform/qt/TestExpectations:
3160 2013-02-07 Zoltan Arvai <zarvai@inf.u-szeged.hu>
3162 [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
3164 * platform/qt/TestExpectations:
3165 * platform/qt/fast/dynamic/002-expected.txt:
3166 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
3167 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
3169 2013-02-07 Gregg Tavares <gman@chromium.org>
3171 Add WebGL Conformance Tests state, renderbuffers, and reading folders.
3172 https://bugs.webkit.org/show_bug.cgi?id=109121
3174 Reviewed by Kenneth Russell.
3176 * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
3177 * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
3178 * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
3179 * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
3180 * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
3181 * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
3182 * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
3183 * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
3184 * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
3185 * webgl/conformance/state/gl-enable-enum-test.html: Added.
3186 * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
3187 * webgl/conformance/state/gl-enum-tests.html: Added.
3188 * webgl/conformance/state/gl-get-calls-expected.txt: Added.
3189 * webgl/conformance/state/gl-get-calls.html: Added.
3190 * webgl/conformance/state/gl-geterror-expected.txt: Added.
3191 * webgl/conformance/state/gl-geterror.html: Added.
3192 * webgl/conformance/state/gl-getstring-expected.txt: Added.
3193 * webgl/conformance/state/gl-getstring.html: Added.
3194 * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
3195 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
3196 * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
3197 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
3198 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
3199 * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
3200 * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
3201 * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
3202 * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
3203 * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
3204 * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
3205 * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
3207 2013-02-07 Gregg Tavares <gman@chromium.org>
3209 Add WebGL Conformance Tests rendering folder.
3210 https://bugs.webkit.org/show_bug.cgi?id=109122
3212 Reviewed by Kenneth Russell.
3214 * webgl/conformance/rendering/culling-expected.txt: Added.
3215 * webgl/conformance/rendering/culling.html: Added.
3216 * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
3217 * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
3218 * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
3219 * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
3220 * webgl/conformance/rendering/gl-clear-expected.txt: Added.
3221 * webgl/conformance/rendering/gl-clear.html: Added.
3222 * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
3223 * webgl/conformance/rendering/gl-drawelements.html: Added.
3224 * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
3225 * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
3226 * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
3227 * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
3228 * webgl/conformance/rendering/simple-expected.txt: Added.
3229 * webgl/conformance/rendering/simple.html: Added.
3230 * webgl/conformance/rendering/triangle-expected.txt: Added.
3231 * webgl/conformance/rendering/triangle.html: Added.
3232 * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
3233 * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
3234 * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
3235 * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
3236 * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
3237 * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
3238 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
3239 * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
3240 * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
3241 * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
3242 * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
3244 2013-02-07 Gregg Tavares <gman@chromium.org>
3246 Add WebGL Conformance Tests programs folder.
3247 https://bugs.webkit.org/show_bug.cgi?id=109120
3249 Reviewed by Kenneth Russell.
3251 * webgl/conformance/programs/get-active-test-expected.txt: Added.
3252 * webgl/conformance/programs/get-active-test.html: Added.
3253 * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
3254 * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
3255 * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
3256 * webgl/conformance/programs/gl-get-active-attribute.html: Added.
3257 * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
3258 * webgl/conformance/programs/gl-get-active-uniform.html: Added.
3259 * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
3260 * webgl/conformance/programs/gl-getshadersource.html: Added.
3261 * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
3262 * webgl/conformance/programs/gl-shader-test.html: Added.
3263 * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
3264 * webgl/conformance/programs/invalid-UTF-16.html: Added.
3265 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
3266 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
3267 * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
3268 * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
3269 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
3270 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
3271 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
3272 * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
3273 * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
3274 * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
3275 * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
3277 2013-02-07 Gregg Tavares <gman@chromium.org>
3279 Add WebGL Conformance Tests context folder.
3280 https://bugs.webkit.org/show_bug.cgi?id=109114
3282 Reviewed by Kenneth Russell.
3284 * webgl/conformance/context/constants-expected.txt: Added.
3285 * webgl/conformance/context/constants.html: Added.
3286 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
3287 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
3288 * webgl/conformance/context/context-lost-expected.txt: Added.
3289 * webgl/conformance/context/context-lost-restored-expected.txt: Added.
3290 * webgl/conformance/context/context-lost-restored.html: Added.
3291 * webgl/conformance/context/context-lost.html: Added.
3292 * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
3293 * webgl/conformance/context/context-release-upon-reload.html: Added.
3294 * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
3295 * webgl/conformance/context/context-release-with-workers.html: Added.
3296 * webgl/conformance/context/context-type-test-expected.txt: Added.
3297 * webgl/conformance/context/context-type-test.html: Added.
3298 * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
3299 * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
3300 * webgl/conformance/context/methods-expected.txt: Added.
3301 * webgl/conformance/context/methods.html: Added.
3302 * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
3303 * webgl/conformance/context/premultiplyalpha-test.html: Added.
3304 * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
3305 * webgl/conformance/context/resource-sharing-test.html: Added.
3306 * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
3307 * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
3308 * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
3309 * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
3310 * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
3311 * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
3312 * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
3313 * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
3314 * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
3315 * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
3316 * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
3317 * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
3318 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
3319 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
3320 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
3322 2013-02-07 Gregg Tavares <gman@chromium.org>
3324 Add WebGL Conformance Tests uniforms folder.
3325 https://bugs.webkit.org/show_bug.cgi?id=109112
3327 Reviewed by Kenneth Russell.
3329 * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
3330 * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
3331 * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
3332 * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
3333 * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
3334 * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
3335 * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
3336 * webgl/conformance/uniforms/null-uniform-location.html: Added.
3337 * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
3338 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
3339 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
3340 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
3341 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
3342 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
3343 * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
3344 * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
3345 * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
3347 2013-02-07 Gregg Tavares <gman@chromium.org>
3349 Add WebGL Conformance Tests canvas folder.
3350 https://bugs.webkit.org/show_bug.cgi?id=109113
3352 Reviewed by Kenneth Russell.
3354 * webgl/conformance/canvas/canvas-test-expected.txt: Added.
3355 * webgl/conformance/canvas/canvas-test.html: Added.
3356 * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
3357 * webgl/conformance/canvas/canvas-zero-size.html: Added.
3358 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
3359 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
3360 * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
3361 * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
3362 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
3363 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
3364 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
3365 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
3366 * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
3367 * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
3368 * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
3369 * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
3370 * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
3371 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
3372 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
3373 * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
3374 * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
3375 * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
3377 2013-02-07 Gregg Tavares <gman@chromium.org>
3379 Add WebGL Conformance Tests texture folder.
3380 https://bugs.webkit.org/show_bug.cgi?id=109111
3382 Reviewed by Kenneth Russell.
3384 * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
3385 * webgl/conformance/textures/compressed-tex-image.html: Added.
3386 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
3387 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
3388 * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
3389 * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
3390 * webgl/conformance/textures/gl-teximage-expected.txt: Added.
3391 * webgl/conformance/textures/gl-teximage.html: Added.
3392 * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
3393 * webgl/conformance/textures/mipmap-fbo.html: Added.
3394 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
3395 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
3396 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
3397 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
3398 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
3399 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
3400 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
3401 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
3402 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
3403 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
3404 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
3405 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
3406 * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
3407 * webgl/conformance/textures/tex-image-webgl.html: Added.
3408 * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
3409 * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
3410 * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
3411 * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
3412 * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
3413 * webgl/conformance/textures/tex-input-validation.html: Added.
3414 * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
3415 * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
3416 * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
3417 * webgl/conformance/textures/tex-sub-image-2d.html: Added.
3418 * webgl/conformance/textures/texparameter-test-expected.txt: Added.
3419 * webgl/conformance/textures/texparameter-test.html: Added.
3420 * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
3421 * webgl/conformance/textures/texture-attachment-formats.html: Added.
3422 * webgl/conformance/textures/texture-clear-expected.txt: Added.
3423 * webgl/conformance/textures/texture-clear.html: Added.
3424 * webgl/conformance/textures/texture-complete-expected.txt: Added.
3425 * webgl/conformance/textures/texture-complete.html: Added.
3426 * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
3427 * webgl/conformance/textures/texture-formats-test.html: Added.
3428 * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
3429 * webgl/conformance/textures/texture-hd-dpi.html: Added.
3430 * webgl/conformance/textures/texture-npot-expected.txt: Added.
3431 * webgl/conformance/textures/texture-npot.html: Added.
3432 * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
3433 * webgl/conformance/textures/texture-size-cube-maps.html: Added.
3434 * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
3435 * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
3436 * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
3437 * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
3438 * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
3439 * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
3440 * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
3441 * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
3442 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
3443 * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
3444 * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
3445 * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
3446 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
3447 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
3448 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
3449 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
3450 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
3451 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
3452 * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
3453 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
3454 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
3455 * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
3456 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
3457 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
3458 * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
3459 * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
3460 * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
3461 * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
3462 * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
3463 * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
3464 * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
3465 * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
3466 * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
3467 * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
3468 * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
3470 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
3472 Web Inspector: highlight matching braces in DTE.
3473 https://bugs.webkit.org/show_bug.cgi?id=108697
3475 Reviewed by Pavel Feldman.
3477 New layout test to verify brace matching functionality. Fix some
3478 layout test expectations as the patch removes braces from highlight
3481 * inspector/editor/brace-matcher-expected.txt: Added.
3482 * inspector/editor/brace-matcher.html: Added.
3483 * inspector/editor/highlighter-basics-expected.txt:
3484 * inspector/editor/text-editor-long-line-expected.txt: