2013-02-20 Robert Hogan input element with placeholder text and width set to 100% on focus causes overflow even after losing focus https://bugs.webkit.org/show_bug.cgi?id=109020 Reviewed by David Hyatt. * fast/forms/input-placeholder-layout-view-expected.html: Added. * fast/forms/input-placeholder-layout-view.html: Added. * fast/forms/textarea-placeholder-layout-view-expected.html: Added. * fast/forms/textarea-placeholder-layout-view.html: Added. 2012-08-21 Mark Hahnenberg WTF Threading leaks kernel objects on platforms that use pthreads https://bugs.webkit.org/show_bug.cgi?id=94636 Reviewed by Geoffrey Garen. Added a test that creates a bunch of workers that immediately return. This should stress the new WTF threading code on platforms that use pthreads, so any major regressions in correctness will probably cause this test to fail since it creates both joinable and detached threads. * fast/js/create-lots-of-workers-expected.txt: Added. * fast/js/create-lots-of-workers.html: Added. * fast/js/resources/empty-worker.js: Added. 2013-02-01 Nayan Kumar K [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context. https://bugs.webkit.org/show_bug.cgi?id=108694 Reviewed by NOBODY (OOPS!). WEBGL_lose_context is one of the community approved WebGL extension. Hence remove the vendor prefix from WEBKIT_WEBGL_lose_context extension. Spefication: http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/ * fast/canvas/webgl/WebGLContextEvent.html: * fast/canvas/webgl/context-destroyed-crash.html: * fast/canvas/webgl/context-lost-expected.txt: * fast/canvas/webgl/context-lost-restored.html: * fast/canvas/webgl/context-lost.html: 2012-10-05 Ryosuke Niwa Deleting across multiple paragraphs can change the style of surrounding text https://bugs.webkit.org/show_bug.cgi?id=97266 Reviewed by Levi Weintraub. Added a regression test and rebaselined tests. * editing/deleting/delete-before-block-image-2-expected.txt: * editing/deleting/merge-paragraph-from-p-with-style-expected.txt: * editing/deleting/merge-paragraph-from-p-with-style.html: We changed the behavior. The editing style of p is now preserved when merging paragraphs. * editing/deleting/merge-paragraph-with-style-from-rule-expected.txt: Added. * editing/deleting/merge-paragraph-with-style-from-rule.html: Added. * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt: * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt: 2012-09-24 Tony Chang flex-grow should be 1 when omitted from flex shorthand https://bugs.webkit.org/show_bug.cgi?id=97480 Reviewed by Ojan Vafai. Update tests due to default CSS value changes. * css3/flexbox/flex-algorithm-expected.txt: * css3/flexbox/flex-algorithm.html: Add test case using -webkit-flex: auto. * css3/flexbox/flex-property-parsing-expected.txt: * css3/flexbox/flex-property-parsing.html: 2013-03-18 Gyuyoung Kim [EFL] Cancel mark on search field is not displayed https://bugs.webkit.org/show_bug.cgi?id=94880 Reviewed by Kenneth Rohde Christiansen. Rebaseline expected results related to search cancel button. * platform/efl-wk1/TestExpectations: These tests don't work with WK1 pixel test yet. * platform/efl/TestExpectations: * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png: * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/efl/fast/forms/search-rtl-expected.png: * platform/efl/fast/forms/search-rtl-expected.txt: 2013-02-19 Anton Vayvod [Text Autosizing] Combine narrow descendants of a cluster into groups that should be autosized with the same multiplier. https://bugs.webkit.org/show_bug.cgi?id=109825 Verify that narrow descendants are grouped and autosized separately according to the difference between the descendant's width and the width of its enclosing cluster's |blockContainingAllText|. Reviewed by Kenneth Rohde Christiansen. * fast/text-autosizing/narrow-descendants-combined-expected.html: * fast/text-autosizing/narrow-descendants-combined.html: 2013-02-19 Takashi Toyoshima Unreviewed, gardening for chromium. https://bugs.webkit.org/show_bug.cgi?id=110203 * platform/chromium/TestExpectations: 2013-02-19 Arpita Bahuguna Caret is not displayed when trying to focus inside a contenteditable element containing an empty block. https://bugs.webkit.org/show_bug.cgi?id=108053 Reviewed by Ryosuke Niwa. * editing/selection/caret-in-div-containing-empty-block-expected.txt: Added. * editing/selection/caret-in-div-containing-empty-block.html: Added. Layout test added for verifying that a caret is displayed within a contenteditable div having a border, both for the horizontal as well as the vertical writing modes. 2013-02-19 Mihnea Ovidenie CSSRegions: crash positioned object with inline containing block in flow thread https://bugs.webkit.org/show_bug.cgi?id=108307 Reviewed by David Hyatt. * fast/regions/positioned-object-inline-cb-crash-expected.txt: Added. * fast/regions/positioned-object-inline-cb-crash.html: Added. 2013-02-19 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Adding a failure expectation for the failing fast/regions/seamless-iframe-flowed-into-regions.html added in r143256. 2013-02-18 Hayato Ito Make EventDispatcher take an Event object in its constructor. https://bugs.webkit.org/show_bug.cgi?id=109898 Reviewed by Dimitri Glazkov. * fast/events/platform-wheelevent-with-delta-zero-crash-expected.txt: Added. * fast/events/platform-wheelevent-with-delta-zero-crash.html: Added. 2013-02-18 Ryosuke Niwa Add a flaky failing test expectation to inspector/editor/brace-matcher.html on Mac per bug 110186. * platform/mac/TestExpectations: 2013-02-18 Takashi Sakamoto :before/:after pseudo elements do not always apply to the proper element https://bugs.webkit.org/show_bug.cgi?id=93925 Reviewed by Dimitri Glazkov. * fast/css/before-after-pseudo-class-expected.html: Added. * fast/css/before-after-pseudo-class.html: Added. 2013-02-18 Andy Estes Focusing a new frame (via window.focus()) should blur the active element in the current frame https://bugs.webkit.org/show_bug.cgi?id=110172 Reviewed by Ryosuke Niwa. * fast/dom/HTMLDocument/active-element-frames-expected.txt: * fast/dom/HTMLDocument/active-element-frames.html: Modified to run the test a second time, focusing each element's frame before focusing the element itself. * fast/frames/frame-focus-blurs-active-element-expected.txt: Added. * fast/frames/frame-focus-blurs-active-element.html: Added a test that verifies a blur event is fired on the active element when a new frame is focused. 2013-02-18 Kondapally Kalyan [EFL][WebGL] Enable test webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html. https://bugs.webkit.org/show_bug.cgi?id=110176 Reviewed by Laszlo Gombos. Enable the test for EFL port, as it passes after r143220. * platform/efl-wk2/TestExpectations: 2013-02-18 Ryosuke Niwa Add a flaky crash expectation to video-controls-captions-trackmenu.html on Mac per bug 110173. * platform/mac/TestExpectations: 2013-02-18 Ryosuke Niwa Remove a stale Mac test expectation. * platform/mac/TestExpectations: 2013-02-18 David Hyatt Padding and border changes don't trigger the relayout of children in some cases. https://bugs.webkit.org/show_bug.cgi?id=109639. Reviewed by Ryosuke Niwa. * fast/block/positioning/border-change-relayout-test-expected.html: Added. * fast/block/positioning/border-change-relayout-test.html: Added. 2013-02-18 Geoffrey Garen Shrank the SourceProvider cache https://bugs.webkit.org/show_bug.cgi?id=110158 Reviewed by Oliver Hunt. New benchmark to show that a minimum size of 16 is better than 64. * fast/js/regress/nested-function-parsing-expected.txt: Added. * fast/js/regress/nested-function-parsing.html: Added. * fast/js/regress/script-tests/nested-function-parsing.js: Added. 2013-02-18 Filip Pizlo Structure::flattenDictionaryStructure should compute max offset in a manner that soundly handles the case where the property list becomes empty https://bugs.webkit.org/show_bug.cgi?id=110155 Reviewed by Mark Rowe. * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt: Added. * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/flatten-dictionary-structure-from-which-all-properties-were-deleted.js: Added. 2013-02-18 Stephen Chenney feFlood incorrectly applied color-interpolation-filters https://bugs.webkit.org/show_bug.cgi?id=109985 Reviewed by Dirk Schulze. New test for feFlood behavior when color-interpolation-filters is used. Failing expectations for tests affected by this change. * platform/chromium/TestExpectations: * platform/mac/TestExpectations: * platform/win/TestExpectations: * svg/filters/feFlood-color-interpolation-expected.svg: Added. * svg/filters/feFlood-color-interpolation.svg: Added. 2013-02-18 David Hyatt Just skip the seamless iframe flowed into regions test on chromium. It's failing with a repaint issue. * platform/chromium/TestExpectations: 2013-02-18 Jochen Eisinger clear databases before running read-transactions-running-concurrently test https://bugs.webkit.org/show_bug.cgi?id=110144 Reviewed by Nico Weber. Otherwise, we might not have enough quota when running this tests and lots of databases from previous tests are hanging around. * storage/websql/read-transactions-running-concurrently.html: 2013-02-18 Philip Rogers Fix scaling of tiled SVG backgrounds on high-dpi displays https://bugs.webkit.org/show_bug.cgi?id=110047 Reviewed by Dirk Schulze. * svg/as-background-image/tiled-background-image-expected.html: Added. * svg/as-background-image/tiled-background-image.html: Added. 2013-02-18 David Hyatt Make seamless iframes paginate properly in their enclosing document's pagination context. https://bugs.webkit.org/show_bug.cgi?id=106125 Text in iframe is clipped while printing Reviewed by Simon Fraser. Added new tests in fast/multicol and fast/region. * fast/multicol/resources/ipad.jpg: Added. * fast/multicol/resources/seamless.html: Added. * fast/multicol/seamless-flowed-through-columns-expected.html: Added. * fast/multicol/seamless-flowed-through-columns.html: Added. * fast/regions/resources/ipad.jpg: Added. * fast/regions/resources/seamless.html: Added. * fast/regions/seamless-iframe-flowed-into-regions-expected.html: Added. * fast/regions/seamless-iframe-flowed-into-regions.html: Added. 2013-02-17 Filip Pizlo Get rid of DFG::DoubleOperand and simplify ValueToInt32 https://bugs.webkit.org/show_bug.cgi?id=110072 Reviewed by Geoffrey Garen. * fast/js/dfg-value-to-int32-with-side-effect-expected.txt: Added. * fast/js/dfg-value-to-int32-with-side-effect.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-value-to-int32-with-side-effect.js: Added. (foo): (.result.foo): 2013-02-18 Joseph Pecoraro [JSC]: ASSERT in KURL(ParsedURLStringTag) under sourceMapURLForScript https://bugs.webkit.org/show_bug.cgi?id=109987 Reviewed by Pavel Feldman. * inspector/debugger/source-url-comment-expected.txt: * inspector/debugger/source-url-comment.html: Add a test for a sourceURL with a non-relative path. This was causing an ASSERT, rightfully so, in JSC builds. 2013-02-18 Mike West compareDocumentPosition reports disconnected nodes as following each other https://bugs.webkit.org/show_bug.cgi?id=108274 Reviewed by Dimitri Glazkov. * fast/dom/compare-document-position-disconnected-nodes-expected.txt: Added. * fast/dom/compare-document-position-disconnected-nodes.html: Added. 2013-02-18 Stephen White [chromium] Unreviewed gardening. Update test expectations for recent failures. * platform/chromium/TestExpectations: 2013-02-18 Andrey Adaikin Web Inspector: [Canvas] fix replay log grouping by frames https://bugs.webkit.org/show_bug.cgi?id=110122 Reviewed by Pavel Feldman. Canvas replay test: last command is not a draw call. * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: * inspector/profiler/canvas2d/canvas-replay-log-grid.html: 2013-02-18 Stephen White [chromium] Unreviewed gardening. Fix test expectations for effect-reference* tests which I messed up in my last commit. * platform/chromium/TestExpectations: 2013-02-18 Sergio Villar Senin Unreviewed GTK gardening. Moved WK1 specific failures from the shared TestExpectations file to the wk1 one. Also removed some tests from the WK2 TestExpectations file as they have been consistently passing on bots. * platform/gtk-wk1/TestExpectations: * platform/gtk-wk2/TestExpectations: * platform/gtk/TestExpectations: 2013-02-18 Bear Travis [CSS Exclusions] Support outside-shape layout for shape-inside property https://bugs.webkit.org/show_bug.cgi?id=102571 Reviewed by David Hyatt. Test that the shape-outside value correctly propagates to shape-inside when shape-inside has a value of 'outside-shape,' using both an undefined and a simple shape outside value. * fast/exclusions/shape-inside/shape-inside-outside-shape-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-outside-shape.html: Added. 2013-02-18 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Adjusting failure expectation for an inspector test which now times out. 2013-02-18 Christophe Dumez Unreviewed EFL gardening. Mark perf/show-hide-table-rows.html as sometimes failing or slow on EFL port. * platform/efl/TestExpectations: 2013-02-18 Christophe Dumez Unreviewed EFL gardening. Mark fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html as failing on EFL port. The test was introduced in r143191. * platform/efl/TestExpectations: 2013-02-18 Vladislav Kaznacheev Web Inspector: Color picker should not be available in Computed Styles pane https://bugs.webkit.org/show_bug.cgi?id=109697 Reviewed by Pavel Feldman. * inspector/styles/undo-add-property.html: 2013-02-18 Andrey Adaikin Web Inspector: [Canvas] group replay log calls by frames https://bugs.webkit.org/show_bug.cgi?id=110101 Reviewed by Pavel Feldman. * inspector/profiler/canvas-profiler-test.js: * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: * inspector/profiler/canvas2d/canvas-replay-log-grid.html: * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt: 2013-02-18 Ádám Kallai [Qt] Deleted extraneous file. It has been added accidentally in r142135. https://bugs.webkit.org/show_bug.cgi?id=109953. * platform/qt-5.0-wk2/TestExpectations.orig: Removed. 2013-02-18 Vsevolod Vlasov Web Inspector: Create separate project for each domain for UISourceCode based on browser resources. https://bugs.webkit.org/show_bug.cgi?id=109691 Reviewed by Pavel Feldman. * inspector/debugger/live-edit-breakpoints-expected.txt: * inspector/debugger/live-edit-breakpoints.html: * inspector/uisourcecode-revisions.html: 2013-02-18 Zoltan Arvai [Qt] Unreviewed gardening. * platform/qt/TestExpectations: Skip test after r143073. * platform/qt/css3/filters/effect-reference-expected.png: Rebaseline after r143101. * platform/qt/css3/filters/effect-reference-expected.txt: Rebaseline after r143101. 2013-02-18 Gyuyoung Kim [EFL] Rebaseline failure media tests after r142947 https://bugs.webkit.org/show_bug.cgi?id=109904 Reviewed by Kenneth Rohde Christiansen. * platform/efl/TestExpectations: * platform/efl/media/audio-controls-rendering-expected.png: * platform/efl/media/audio-controls-rendering-expected.txt: * platform/efl/media/controls-after-reload-expected.png: * platform/efl/media/controls-after-reload-expected.txt: * platform/efl/media/controls-strict-expected.png: * platform/efl/media/controls-strict-expected.txt: * platform/efl/media/controls-styling-expected.png: * platform/efl/media/controls-styling-expected.txt: * platform/efl/media/controls-styling-strict-expected.png: * platform/efl/media/controls-styling-strict-expected.txt: * platform/efl/media/controls-without-preload-expected.png: * platform/efl/media/controls-without-preload-expected.txt: * platform/efl/media/video-controls-rendering-expected.png: * platform/efl/media/video-controls-rendering-expected.txt: * platform/efl/media/video-display-toggle-expected.png: * platform/efl/media/video-display-toggle-expected.txt: * platform/efl/media/video-playing-and-pause-expected.png: * platform/efl/media/video-playing-and-pause-expected.txt: 2013-02-18 Huang Dongsung [EFL][WK2] compositing/layer-creation/fixed-position-out-of-view-scaled.html is flaky https://bugs.webkit.org/show_bug.cgi?id=110059 Reviewed by Kenneth Rohde Christiansen. Unskip two tests on EFL port. Now those pass. compositing/layer-creation/fixed-position-out-of-view-scaled.html compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html * platform/efl-wk2/TestExpectations: 2013-02-18 Christophe Dumez Unreviewed EFL gardening. Unskip several webgl/conformance tests that started passing after r142854. * platform/efl-wk2/TestExpectations: 2013-02-18 Mike West fast/dom/shadow/shadow-dom-event-dispatching.html flake https://bugs.webkit.org/show_bug.cgi?id=103299 Reviewed by Jochen Eisinger. This patch breaks fast/dom/shadow/shadow-dom-event-dispatching.html out into 12 separate tests to avoid timeouts. Common logic for all these dispatching tests is now in resources/event-dispatching.js, and each individual test function now runs in its own HTML file. * fast/dom/shadow/resources/event-dispatching.js: Added. (moveMouseOver): (recordEvent): (dumpNode): (dumpComposedShadowTree): (addEventListeners): (debugDispatchedEvent): (moveMouse): (showSandboxTree): * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-details-summary-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-details-summary.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html: Added. * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt: Added. * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: Added. New tests! * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Removed. * fast/dom/shadow/shadow-dom-event-dispatching.html: Removed. * platform/chromium/TestExpectations: Dropped the old, monolithic test, and removed it from Chromium's TestExpectations file. 2013-02-18 Christophe Dumez Unreviewed EFL gardening. Unskip several webaudio test cases that pass now that we updated to gstreamer 1.0. * platform/efl/TestExpectations: 2013-02-18 Christophe Dumez Unreviewed EFL gardening. Update expectations for several test cases to make the bots green. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2013-02-18 Pavel Feldman Web Inspector: provide basic console.table implementation (no [,columns] support) https://bugs.webkit.org/show_bug.cgi?id=109453 Reviewed by Vsevolod Vlasov. * inspector/console/command-line-api-expected.txt: * inspector/console/console-format-table-expected.txt: Added. * inspector/console/console-format-table.html: Added. 2013-02-18 Pavel Feldman Follow up to r143112, fixing tests. Not reviewed. * inspector/elements/insert-node-expected.txt: * inspector/elements/insert-node.html: 2013-02-18 Pavel Feldman Web Inspector: allow 0 as a formatted parameter in console message. https://bugs.webkit.org/show_bug.cgi?id=110096 Reviewed by Vsevolod Vlasov. * inspector/console/console-format.html: 2013-02-18 Ádám Kallai [Qt] Unreviewed gardening. Skipped failing tests. * platform/qt-5.0-wk1/TestExpectations: * platform/qt/TestExpectations: 2013-02-18 Sheriff Bot Unreviewed, rolling out r143100. http://trac.webkit.org/changeset/143100 https://bugs.webkit.org/show_bug.cgi?id=110088 Breaks file system support in workspace. (Requested by vsevik on #webkit). * inspector/debugger/live-edit-breakpoints-expected.txt: * inspector/debugger/live-edit-breakpoints.html: * inspector/uisourcecode-revisions.html: 2013-02-18 Zan Dobersek Unreviewed gardening. Adding failure expectations for two tests that are failing on GTK and Qt, most likely due to disabled subpixel layout. * platform/gtk/TestExpectations: * platform/qt/TestExpectations: 2013-02-18 Christophe Dumez Unreviewed. Clean up a few EFL unexpected passes. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed. * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed. 2013-02-18 Christophe Dumez Unreviewed. Clean up a few EFL unexpected passes. * platform/efl/TestExpectations: * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png: Removed. * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt: Removed. * platform/efl/fast/repaint/caret-with-transformation-expected.png: Removed. * platform/efl/fast/repaint/caret-with-transformation-expected.txt: Removed. 2013-02-18 Christophe Dumez Unreviewed. Remove invalid EFL results that were wrongly added in r140249. * platform/efl/TestExpectations: * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed. * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed. * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed. * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed. * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed. * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed. * platform/efl/fast/css/color-correction-on-text-expected.png: Removed. * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed. * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed. * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed. * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed. * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed. 2013-02-18 Christophe Dumez Unreviewed. Unskip several test cases that are now passing on EFL port, most of them due to enabling subpixel layout. * platform/efl/TestExpectations: 2013-02-18 Christophe Dumez Unreviewed. Unskip several compositing tests that are now passing on WK2 EFL. * platform/efl/TestExpectations: 2013-02-15 Eugene Klyuchnikov Web Inspector: Introduce ProfilesPanelDescriptor. https://bugs.webkit.org/show_bug.cgi?id=109906 Reviewed by Pavel Feldman. * inspector/profiler/heap-snapshot-test.js: Adopted changes. 2013-02-17 Takashi Toyoshima Unreviewed, update test expectation for chromium. https://bugs.webkit.org/show_bug.cgi?id=110079 * platform/chromium/TestExpectations: 2013-02-17 Vivek Galatage Add missing braces in fast/parser/noscript-with-javascript-enabled.html https://bugs.webkit.org/show_bug.cgi?id=110078 Unreviewed gardening. Adding the missing braces. * fast/parser/noscript-with-javascript-enabled.html: 2013-02-17 Takashi Toyoshima Unreviewed, update test expectation for chromium. https://bugs.webkit.org/show_bug.cgi?id=110076 * platform/chromium/TestExpectations: 2013-02-17 Mike West WheelEvent should not target text nodes. https://bugs.webkit.org/show_bug.cgi?id=109939 Reviewed by Darin Adler. * fast/events/wheelevent-in-text-node-expected.txt: Added. * fast/events/wheelevent-in-text-node.html: Added. 2013-02-17 Philip Rogers Fix non-root SVG viewport under zoom https://bugs.webkit.org/show_bug.cgi?id=99453 Reviewed by Dirk Schulze. * svg/custom/symbol-zoom-expected.html: Added. * svg/custom/symbol-zoom.html: Added. 2013-02-17 Chris Fleizach WebSpeech: plumb through a method to generate fake speech jobs for testing https://bugs.webkit.org/show_bug.cgi?id=107351 Reviewed by Adam Barth. * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html: 2013-02-17 Christophe Dumez Unreviewed EFL gardening. Mark compositing/layer-creation/fixed-position-out-of-view-scaled.html as flaky on WebKit2 EFL. It sometimes hits an assertion. * platform/efl-wk2/TestExpectations: 2013-02-17 Christophe Dumez Regression(r143124): Caused plugins/plugin-javascript-access.html to fail https://bugs.webkit.org/show_bug.cgi?id=110053 Reviewed by Alexey Proskuryakov. Unskip plugins/plugin-javascript-access.html for WK2 EFL now that the Test is passing again. * platform/efl-wk2/TestExpectations: 2013-02-17 Christophe Dumez Unreviewed. Remove duplicates from EFL port's TestExpectations. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2013-02-17 Christophe Dumez Unreviewed EFL gardening. Generate baseline for svg/filters/filter-hidden-content.svg on EFL port. * platform/efl/svg/filters/filter-hidden-content-expected.png: Added. * platform/efl/svg/filters/filter-hidden-content-expected.txt: Added. 2013-02-17 Christophe Dumez Unreviewed EFL gardening. Mark compositing/geometry/limit-layer-bounds-fixed.html as failing on EFL WK2. This test was introduced in r143073 but never passed on EFL. * platform/efl-wk2/TestExpectations: 2013-02-17 Christophe Dumez Unreviewed EFL gardening. Mark plugins/plugin-javascript-access.html as failing on WK2 EFL due to a regression in r143124. * platform/efl-wk2/TestExpectations: 2013-02-16 Ryosuke Niwa Add a flaky image only failure expectation to the test added in r142979 on Mac per bug 110027. * platform/mac/TestExpectations: 2013-02-16 Sheriff Bot Unreviewed, rolling out r142734. http://trac.webkit.org/changeset/142734 https://bugs.webkit.org/show_bug.cgi?id=110018 "Triggered crashes on lots of websites" (Requested by ggaren on #webkit). * http/tests/plugins/resources/cross-frame-object-access.html: * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: * http/tests/security/cross-frame-access-location-get-expected.txt: * http/tests/security/cross-frame-access-location-get.html: * http/tests/security/resources/cross-frame-access.js: * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html: * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: * http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Removed. * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Removed. * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Removed. 2013-02-16 Takashi Toyoshima Rebaseline for Win7. Unreviewed chromium gardening. * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed. * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: 2013-02-16 Robert Hogan percentage top value of position:relative element not calculated using parent's min-height unless height set https://bugs.webkit.org/show_bug.cgi?id=14762 Reviewed by Julien Chaffraix. * fast/block/percent-top-parent-respects-min-height-expected.txt: Added. * fast/block/percent-top-parent-respects-min-height.html: Added. * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-expected.txt: Added. * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr-expected.txt: Added. * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr.html: Added. * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor.html: Added. * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-expected.txt: Added. * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr-expected.txt: Added. * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr.html: Added. * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor.html: Added. 2013-02-16 Stephen White [skia] FEOffset should have a Skia implementation. https://bugs.webkit.org/show_bug.cgi?id=109831 Reviewed by James Robinson. * css3/filters/effect-reference-hw.html: * css3/filters/effect-reference.html: * platform/chromium/TestExpectations: 2013-02-16 Vsevolod Vlasov Web Inspector: Create separate project for each domain for UISourceCode based on browser resources. https://bugs.webkit.org/show_bug.cgi?id=109691 Reviewed by Pavel Feldman. * inspector/debugger/live-edit-breakpoints-expected.txt: * inspector/debugger/live-edit-breakpoints.html: * inspector/uisourcecode-revisions.html: 2013-02-15 Tony Chang Padding and border changes doesn't trigger relayout of children https://bugs.webkit.org/show_bug.cgi?id=109639 Reviewed by Kent Tamura. * fast/block/dynamic-padding-border-expected.txt: Added. * fast/block/dynamic-padding-border.html: Added. * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying out the table when the border changed. The pixel results in this case is the same, but the render tree shows the difference. 2013-02-15 Simon Fraser REGRESSION (r142505?): Crashes in WebCore::ScrollingStateNode::appendChild when using back/forward buttons https://bugs.webkit.org/show_bug.cgi?id=109826 Reviewed by Beth Dakin. Test having a page with an iframe that navigates forwards then back. * platform/mac-wk2/tiled-drawing/null-parent-back-crash.html: Added. 2013-02-15 Simon Fraser Constrain fixed layers to the viewport, not the document https://bugs.webkit.org/show_bug.cgi?id=109646 Reviewed by Beth Dakin. Test with a big fixed element in a compositing layer. * compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added. * compositing/geometry/limit-layer-bounds-fixed.html: Added. 2013-02-15 Simon Fraser drop-shadow filter with overflow:hidden child misbehaves https://bugs.webkit.org/show_bug.cgi?id=109783 Reviewed by Dean Jackson. * css3/filters/filter-repaint-shadow-layer-child-expected.html: Added. * css3/filters/filter-repaint-shadow-layer-child.html: Added. 2013-02-15 Elliott Sprehn RenderQuote should not mark renderers as needing layout during layout https://bugs.webkit.org/show_bug.cgi?id=109876 Reviewed by Ojan Vafai. * fast/block/float/float-not-removed-from-pre-block-expected.txt: * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added. * fast/css-generated-content/quote-layout-focus-crash.html: Added. 2013-02-15 Rik Cabanier Add platform support for -webkit-background-blend-mode to CG context https://bugs.webkit.org/show_bug.cgi?id=108549 Reviewed by Dean Jackson. Added tests for background images. * css3/compositing/effect-background-blend-mode-expected.png: Added. * css3/compositing/effect-background-blend-mode-expected.txt: Added. * css3/compositing/effect-background-blend-mode-stacking-expected.png: Added. * css3/compositing/effect-background-blend-mode-stacking-expected.txt: Added. * css3/compositing/effect-background-blend-mode-stacking.html: Added. * css3/compositing/effect-background-blend-mode.html: Added. * css3/compositing/resources/ducky.png: Added. * platform/chromium/TestExpectations: * platform/mac/css3/compositing: Added. * platform/mac/css3/compositing/effect-background-blend-mode-expected.png: Added. * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png: Added. 2013-02-14 Emil A Eklund Clamp span value in RenderTableCell::parse[Col|Row]SpanFromDOM https://bugs.webkit.org/show_bug.cgi?id=109878 Reviewed by Abhishek Arya. Add test for handling of very large colspan value. * fast/table/colspan-huge-number-expected.txt: Added. * fast/table/colspan-huge-number.html: Added. 2013-02-15 Xueqing Huang Flexbox should ignore firstLine pseudo element. https://bugs.webkit.org/show_bug.cgi?id=104485 Reviewed by Tony Chang. Spec[1] said that "None of the properties defined in this module apply to '::first-line' or '::first-letter' pseudo-elements." and css2[2] define "The :first-line pseudo-element can only be attached to a block container element." [1]http://dev.w3.org/csswg/css3-flexbox/#display-flex [2]http://www.w3.org/TR/CSS2/selector.html#first-line-pseudo some case by Kenny Lu * css3/flexbox/flex-item-firstLine-valid-expected.txt: Added. * css3/flexbox/flex-item-firstLine-valid.html: Added. * css3/flexbox/flexbox-ignore-firstLine-expected.txt: Added. * css3/flexbox/flexbox-ignore-firstLine.html: Added. * css3/flexbox/inline-flexbox-ignore-firstLine-expected.txt: Added. * css3/flexbox/inline-flexbox-ignore-firstLine.html: Added. 2013-02-15 Philip Rogers Rebaseline 7 SVG tests after r142765. Unreviewed rebaseline of test expectations. * platform/chromium-linux/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png: * platform/chromium-linux/svg/as-image/svg-image-change-content-size-expected.png: * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png: * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png: * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-2-expected.png: * platform/chromium-mac-lion/svg/as-image/svg-image-change-content-size-expected.png: * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png: * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png: * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: * platform/chromium-mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png: * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png: * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png: * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png: * platform/chromium-mac/svg/as-image/svg-image-change-content-size-expected.png: * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png: * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png: * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png: * platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png: * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png: * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png: * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png: * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png: * platform/chromium/TestExpectations: 2013-02-15 Adrienne Walker [chromium] Mark inspector/profiler/heap-snapshot-get-profile-crash.html flaky crasher https://bugs.webkit.org/show_bug.cgi?id=109963 Unreviewed gardening. * platform/chromium/TestExpectations: 2013-02-15 Philip Rogers Rebaseline 4 svg/zoom/page tests after r142765 Unreviewed rebaseline of test expectations. * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: * platform/chromium/TestExpectations: 2013-02-15 Max Vujovic [CSS Shaders] Parse src property in @-webkit-filter at-rules https://bugs.webkit.org/show_bug.cgi?id=109770 Reviewed by Dean Jackson. Add positive and negative parsing tests for the @-webkit-filter src property. * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Added. * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Added. * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Added. * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Added. * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Added. (testInvalidSrcProperty): * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Added. (testSrcProperty): 2013-02-15 Philip Rogers Rebaseline 4 tests after r142765 Unreviewed rebaseline of test expectations. * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.png: * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.png: * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-linux/svg/as-image/same-image-two-instances-expected.png: * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-004-expected.png: * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-005-expected.png: * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-004-expected.png: * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-005-expected.png: * platform/chromium-mac/css2.1/20110323/background-intrinsic-004-expected.png: * platform/chromium-mac/css2.1/20110323/background-intrinsic-005-expected.png: * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-mac/svg/as-image/same-image-two-instances-expected.png: * platform/chromium-win/css2.1/20110323/background-intrinsic-004-expected.png: * platform/chromium-win/css2.1/20110323/background-intrinsic-005-expected.png: * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png: * platform/chromium/TestExpectations: 2013-02-15 Philip Rogers Rebaseline 3 tests after r142765 Unreviewed rebaseline of test expectations. * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png: * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png: * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png: * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png: * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added. * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png: * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: * platform/chromium-win/fast/writing-mode/block-level-images-expected.png: * platform/chromium/TestExpectations: 2013-02-15 Eric Carlson Crash occurs at WebCore::TextTrackList::length() when enabling closed captions in movie https://bugs.webkit.org/show_bug.cgi?id=109886 Reviewed by Dean Jackson. * platform/mac/TestExpectations: Remove media/media-captions.html. 2013-02-15 Alexis Menard WebKit shouldn't accept "none, none" in transition shorthand property. https://bugs.webkit.org/show_bug.cgi?id=108751 Reviewed by Dean Jackson. Extend exisiting tests to cover the bug. Modify old tests with invalid declarations. * fast/css/transform-inline-style-expected.txt: * fast/css/transform-inline-style-remove-expected.txt: * fast/css/transform-inline-style-remove.html: * fast/css/transform-inline-style.html: * transitions/transitions-parsing-expected.txt: * transitions/transitions-parsing.html: 2013-02-15 Sudarsana Nagineni Unreviewed EFL gardening. Skip failing tests on EFL wk1 and wk2 bots. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2013-02-15 Hans Muller [CSS Exclusions] Enable shape-inside support for circles https://bugs.webkit.org/show_bug.cgi?id=109713 Reviewed by Dirk Schulze. Added a test for circle shape-inside values. * fast/exclusions/shape-inside/shape-inside-circle-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-circle.html: Added. 2013-02-15 Vsevolod Vlasov Web Inspector: Several consecutive Backspace or Delete strikes should not be marked as undoable state. https://bugs.webkit.org/show_bug.cgi?id=109915 Reviewed by Pavel Feldman. * inspector/editor/text-editor-undo-redo-expected.txt: * inspector/editor/text-editor-undo-redo.html: 2013-02-15 Sudarsana Nagineni Unreviewed EFL gardening. Skip failing WebGL conformance tests added in r142851. * platform/efl-wk2/TestExpectations: 2013-02-15 Andrey Adaikin Web Inspector: [Canvas] show replay log grouped by draw calls https://bugs.webkit.org/show_bug.cgi?id=109592 Reviewed by Pavel Feldman. A test to dump canvas replay log. * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: Added. * inspector/profiler/canvas2d/canvas-replay-log-grid.html: Added. 2013-02-15 Vsevolod Vlasov Web Inspector: Pass original selection to textModel to correctly restore it after undo. https://bugs.webkit.org/show_bug.cgi?id=109911 Reviewed by Pavel Feldman. * inspector/editor/text-editor-undo-redo-expected.txt: * inspector/editor/text-editor-undo-redo.html: 2013-02-15 Andrew Wilson Unreviewed chromium rebaselines for r142947. * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png: 2013-02-15 Vsevolod Vlasov Web Inspector: Redo in text editor should always collapse selection to end. https://bugs.webkit.org/show_bug.cgi?id=109907 Reviewed by Pavel Feldman. * inspector/editor/text-editor-undo-redo-expected.txt: 2013-02-15 Sudarsana Nagineni Unreviewed EFL gardening. Skip failing tests after r142947. * platform/efl/TestExpectations: 2013-02-15 Andrew Wilson Unreviewed chromium expectations changes for r142947. * platform/chromium-mac-lion/media/audio-repaint-expected.png: * platform/chromium-mac-lion/media/controls-after-reload-expected.png: * platform/chromium-mac-lion/media/controls-strict-expected.png: * platform/chromium-mac-lion/media/controls-styling-expected.png: * platform/chromium-mac-lion/media/controls-styling-strict-expected.png: * platform/chromium-mac-lion/media/controls-without-preload-expected.png: * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png: * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Added. * platform/chromium-mac-lion/media/video-controls-rendering-expected.png: * platform/chromium-mac-lion/media/video-display-toggle-expected.png: * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png: * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png: * platform/chromium-mac-snowleopard/media/controls-strict-expected.png: * platform/chromium-mac-snowleopard/media/controls-styling-expected.png: * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png: * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png: * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png: * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png: * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png: * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png: * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png: * platform/chromium-mac/media/audio-repaint-expected.png: * platform/chromium-mac/media/controls-after-reload-expected.png: * platform/chromium-mac/media/controls-strict-expected.png: * platform/chromium-mac/media/controls-styling-expected.png: * platform/chromium-mac/media/controls-styling-strict-expected.png: * platform/chromium-mac/media/controls-without-preload-expected.png: * platform/chromium-mac/media/media-document-audio-repaint-expected.png: * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png: * platform/chromium-mac/media/video-controls-rendering-expected.png: * platform/chromium-mac/media/video-display-toggle-expected.png: * platform/chromium-mac/media/video-playing-and-pause-expected.png: * platform/chromium-mac/media/video-zoom-controls-expected.txt: * platform/chromium-win/media/audio-repaint-expected.png: * platform/chromium-win/media/controls-after-reload-expected.png: * platform/chromium-win/media/controls-strict-expected.png: * platform/chromium-win/media/controls-styling-expected.png: * platform/chromium-win/media/controls-styling-strict-expected.png: * platform/chromium-win/media/controls-without-preload-expected.png: * platform/chromium-win/media/media-document-audio-repaint-expected.png: * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png: * platform/chromium-win/media/video-controls-rendering-expected.png: * platform/chromium-win/media/video-display-toggle-expected.png: * platform/chromium-win/media/video-playing-and-pause-expected.png: * platform/chromium/TestExpectations: 2013-02-15 Ádám Kallai [Qt] Unreviewed gardening. Skip failing tests. * platform/qt/TestExpectations: * platform/qt/fast/replaced/width100percent-image-expected.png: Added after r142931. * platform/qt/fast/replaced/width100percent-image-expected.txt: Added after r142931. * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added after r142931. * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added after r142931. 2013-02-15 Sudarsana Nagineni Unreviewed EFL gardening. Rebaselining after r142931 and r142759. * platform/efl/fast/replaced/width100percent-image-expected.png: * platform/efl/fast/replaced/width100percent-image-expected.txt: * platform/efl/svg/dom/SVGLengthList-basics-expected.txt: Removed. * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: 2013-02-15 Gyuyoung Kim Unreviewed EFL WK1 gardening. EFL WK1 doesn't support WebGL conformance tests which were added by r142847. * platform/efl-wk1/TestExpectations: Skipped WebGL conformance tests. 2013-02-15 Andrew Wilson Unreviewed chromium expectations update for r142955. * platform/chromium-mac/svg/filters/filter-hidden-content-expected.png: Added. * platform/chromium-win/svg/filters/filter-hidden-content-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.png. * platform/chromium/svg/filters/filter-hidden-content-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.txt. 2013-02-15 Mihnea Ovidenie [CSS Regions] RenderRegion should inherit from RenderBlock https://bugs.webkit.org/show_bug.cgi?id=74132 Reviewed by Julien Chaffraix. Fix tests that were failing after the inheritance change. * fast/regions/flows-dependency-dynamic-remove.html: As a block, an empty region can self collapse, which was not possible for a replaced element. I used '-webkit-margin-collapse: separate' to prevent margins self collapsing for body and avoid recreating the expectations. I want regions margins to be able to self collapse, just like the other block elements. * fast/regions/flows-dependency-same-flow.html: Ditto. 2013-02-15 Andrey Lushnikov Web Inspector: implement smart braces functionality https://bugs.webkit.org/show_bug.cgi?id=109200 Reviewed by Pavel Feldman. * inspector/editor/text-editor-smart-braces-expected.txt: Added. * inspector/editor/text-editor-smart-braces.html: Added. * platform/efl/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: 2013-02-15 Andrei Bucur [CSS Regions][Mac] fast/regions/full-screen-video-from-region.html hits an assertion in RenderFlowThread::removeRenderBoxRegionInfo https://bugs.webkit.org/show_bug.cgi?id=106075 Reviewed by Tony Chang. Removed the crash/fail expectation for fast/regions/full-screen-video-from-region.html. * platform/mac/TestExpectations: 2013-02-15 Andrew Wilson Unreviewed chromium expectation changes after r142931. * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.png: * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt. * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.png: * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/chromium-mac/fast/replaced/width100percent-image-expected.png: * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed. * platform/chromium-win/fast/replaced/width100percent-image-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Renamed from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt. 2013-02-15 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Adding expectations for tests that need checking after r142947. * platform/gtk/fast/replaced/width100percent-image-expected.txt: Added. Rebaselining after r142931. * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Ditto. 2013-02-13 Allan Sandfeld Jensen [CoordGfx] Regression from r135212: big layers with transform animations sometime fail to render tiles. https://bugs.webkit.org/show_bug.cgi?id=109179 Reviewed by Jocelyn Turcotte. Test of a large layer with an animated transform. Skipped on WK1 due to resize event not firing in DRT. * compositing/transitions/transform-on-large-layer-expected.html: Added. * compositing/transitions/transform-on-large-layer.html: Added. * platform/mac/TestExpectations: * platform/qt-5.0-wk1/TestExpectations: 2013-02-14 Alexander Pavlov Web Inspector: Implement tracking of active stylesheets in the frontend https://bugs.webkit.org/show_bug.cgi?id=105828 Reviewed by Pavel Feldman. * inspector/styles/resources/stylesheet-tracking.css: Added. * inspector/styles/stylesheet-tracking-expected.txt: Added. * inspector/styles/stylesheet-tracking.html: Added. 2013-02-15 Andrei Bucur Implement the -webkit-margin-collapse properties correct rendering https://bugs.webkit.org/show_bug.cgi?id=108168 Reviewed by David Hyatt. Four new tests covering the -webkit-margin-collapse property basic behavior: collapsing between a block container and its children, collapsing between sibling boxes in both TTB and BTT direction. The last test verifies if a container's before margin correctly resets the discard value after a clear of the child that initally caused it. * fast/block/margin-collapse/webkit-margin-collapse-container-expected.html: Added. * fast/block/margin-collapse/webkit-margin-collapse-container.html: Added. * fast/block/margin-collapse/webkit-margin-collapse-floats-expected.html: Added. * fast/block/margin-collapse/webkit-margin-collapse-floats.html: Added. * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt-expected.html: Added. * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt.html: Added. * fast/block/margin-collapse/webkit-margin-collapse-siblings-expected.html: Added. * fast/block/margin-collapse/webkit-margin-collapse-siblings.html: Added. 2013-02-15 KwangYong Choi [EFL] fast/forms/input-text-scroll-left-on-blur.html is passing now https://bugs.webkit.org/show_bug.cgi?id=109896 Unreviewed efl gardening. The expectations are added by r140250 and the test seems to be passing now. * platform/efl/TestExpectations: 2013-02-14 Vsevolod Vlasov Web Inspector: Copy-pasting selected text over itself should be an undoable state. https://bugs.webkit.org/show_bug.cgi?id=109830 Reviewed by Pavel Feldman. * inspector/editor/text-editor-undo-redo-expected.txt: * inspector/editor/text-editor-undo-redo.html: 2013-02-14 Ryosuke Niwa Remove a test expectation now that the culprit has been rolled out in r142962. * platform/mac/TestExpectations: 2013-02-14 Sheriff Bot Unreviewed, rolling out r142889. http://trac.webkit.org/changeset/142889 https://bugs.webkit.org/show_bug.cgi?id=109891 It caused an assertion failure in scrollbars/overflow- scrollbar-combinations.html (Requested by tkent on #webkit). * fast/block/dynamic-padding-border-expected.txt: Removed. * fast/block/dynamic-padding-border.html: Removed. * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: 2013-02-14 Ryosuke Niwa Add assertion failure expectations on Mac per bugs 109869 and 109890. * platform/mac/TestExpectations: * platform/mac-wk2/TestExpectations: 2013-02-14 Arpita Bahuguna Caret positioned at the end of a text line (followed by an empty block) in vertical writing mode disappears when pressing the right/down arrow key. https://bugs.webkit.org/show_bug.cgi?id=106452 Reviewed by Ryosuke Niwa. * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode-expected.txt: Added. * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html: Added. Layout test case added for verifying that pressing the down or the right arrow key at the end of the text line in vertical writing mode will not make the caret dissapear. Caret positions at the start, the end, and after pressing the right and the down arrow keys at the end of the text line, are compared for verification. 2013-02-14 Simon Fraser Reverting r142861. Hit testing inside of style recalc is fundamentally wrong * fast/events/mouse-cursor-change-expected.txt: Removed. * fast/events/mouse-cursor-change.html: Removed. * fast/events/mouse-cursor-no-mousemove-expected.txt: Removed. * fast/events/mouse-cursor-no-mousemove.html: Removed. * platform/mac/TestExpectations: 2013-02-14 Florin Malita [SVG] Cached filter results are not invalidated on repaint rect change https://bugs.webkit.org/show_bug.cgi?id=106221 Reviewed by Dean Jackson. * svg/filters/filter-hidden-content-expected.svg: Added. * svg/filters/filter-hidden-content.svg: Added. 2013-02-14 Hajime Morrita Unreviewed rebaselining following r142940. * fast/events/onerror-no-constructor-expected.txt: * platform/chromium/fast/events/onerror-no-constructor-expected.txt: Copied from LayoutTests/fast/events/onerror-no-constructor-expected.txt. 2013-02-14 Christian Biesinger Convert media controls from DeprecatedFlexibleBox to FlexibleBox https://bugs.webkit.org/show_bug.cgi?id=109775 Reviewed by Ojan Vafai. Rebaselined lots of tests. There were two kinds of changes: - Replaced the RenderDeprecatedFlexibleBox class name with RenderFlexibleBox, and minor printing differences - Slight positioning/size changes due to a different algorithm for shrinking elements (old flexbox shrinks elements evenly, new flexbox shrinks in proportion to the size of the flex item) 2013-02-14 Ryosuke Niwa Mac rebaseline after r142931. * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt: Added. * platform/chromium/fast/replaced/width100percent-image-expected.txt: Removed. * platform/mac/fast/replaced/width100percent-image-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: 2013-02-14 Dean Jackson Clicking outside captions menu should dismiss it https://bugs.webkit.org/show_bug.cgi?id=109648 Unreviewed. Adding the files I forgot to commit in r142774. * media/video-controls-captions-trackmenu-hide-on-click.html: Added. * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added. 2013-02-14 Glenn Adams new-run-webkit-tests needs a shared TestExpectations between all WebKit ports https://bugs.webkit.org/show_bug.cgi?id=37565 Introduce generic TestExpectations file that applies as a fallback for all ports, the location of which is LayoutTests/TestExpectations. Reviewed by Dirk Pranke. * TestExpectations: Added. 2013-02-14 Hajime Morrita [V8] Assertion failure on an exception is thrown https://bugs.webkit.org/show_bug.cgi?id=109129 Reviewed by Kentaro Hara. * fast/events/onerror-no-constructor-expected.txt: Added. * fast/events/onerror-no-constructor.html: Added. 2013-02-14 Philip Rogers Rebaseline 9 SVG tests after r142765 Unreviewed rebaseline of test expectations. * platform/chromium-linux/svg/as-background-image/animated-svg-as-background-expected.png: * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/chromium-linux/svg/as-background-image/svg-as-background-1-expected.png: * platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png: * platform/chromium-linux/svg/as-background-image/svg-as-background-4-expected.png: * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png: * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-linux/svg/as-background-image/svg-as-background-with-relative-size-expected.png: * platform/chromium-linux/svg/as-background-image/svg-background-partial-redraw-expected.png: * platform/chromium-mac-lion/svg/as-background-image/animated-svg-as-background-expected.png: * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-1-expected.png: * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-3-expected.png: * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-4-expected.png: * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-mac-lion/svg/as-background-image/svg-background-partial-redraw-expected.png: * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png: * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png: * platform/chromium-mac/svg/as-background-image/animated-svg-as-background-expected.png: * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-1-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-3-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-4-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png: * platform/chromium-mac/svg/as-background-image/svg-background-partial-redraw-expected.png: * platform/chromium-win-xp/svg/as-background-image: Removed. * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Removed. * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png: Removed. * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png: * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png: * platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png: * platform/chromium/TestExpectations: 2013-02-14 Ojan Vafai Intrinsic and preferred widths on replaced elements are wrong in many cases https://bugs.webkit.org/show_bug.cgi?id=109859 Reviewed by Levi Weintraub. * fast/replaced/preferred-widths-expected.txt: Added. * fast/replaced/preferred-widths.html: Added. These results match Gecko and Opera except for the 3rd container div. Talking to dbaron and bz and Mozilla they sound likely to match our behavior there. See https://bugzilla.mozilla.org/show_bug.cgi?id=823483 for example. The width of the containers is wrong in some of these cases because our computePreferredLogicalWidths methods don't currently account for intrinsic sizes (e.g. min-content, max-content, etc). * platform/chromium-linux/fast/replaced/width100percent-image-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/chromium-win/fast/replaced/width100percent-image-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: These new results are more correct. The width100percent-image case now matches other browsers and is due to not setting the minPreferrredLogicalWidth to 0 if the height is a percentage. The bugs85016 case is different because we now correctly add the border and padding width to the preferred width of the image. 2013-02-14 Ryosuke Niwa Add a crash test expectation to media/media-captions.html on Mac per bug 109869. * platform/mac/TestExpectations: 2013-02-14 Stephen Chenney Crash when selecting a HarfBuzz text run with SVG fonts included https://bugs.webkit.org/show_bug.cgi?id=109833 Reviewed by Tony Chang. Only known to crash on Chromium Linux (without the patch), but other platforms may be affected. * svg/css/font-face-crash-expected.txt: Added. * svg/css/font-face-crash.html: Added. 2013-02-14 Abhishek Arya Bad cast in RenderBlock::splitBlocks. https://bugs.webkit.org/show_bug.cgi?id=108691 Reviewed by Levi Weintraub. * fast/multicol/remove-child-split-flow-crash-expected.txt: Added. * fast/multicol/remove-child-split-flow-crash.html: Added. 2013-02-14 Jer Noble EME: replace MediaKeySession.addKey() -> update() https://bugs.webkit.org/show_bug.cgi?id=109461 Rebaseline after API change. Reviewed by Eric Carlson. * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: * media/encrypted-media/encrypted-media-v2-syntax.html: 2013-02-14 Lamarque V. Souza Support the ch unit from css3-values https://bugs.webkit.org/show_bug.cgi?id=85755 Reviewed by David Hyatt. Original patch by Sumedha Widyadharma . * fast/css/css3-ch-unit-expected.txt: Added. * fast/css/css3-ch-unit.html: Added. 2013-02-14 Philip Rogers Prevent inconsistent firstChild during document destruction https://bugs.webkit.org/show_bug.cgi?id=106530 Reviewed by Abhishek Arya. * svg/custom/animateMotion-path-change-crash-expected.txt: Added. * svg/custom/animateMotion-path-change-crash.svg: Added. 2013-02-14 Bear Travis Make outside-shape the default value for shape-inside https://bugs.webkit.org/show_bug.cgi?id=109605 Reviewed by Levi Weintraub. Updating tests to account for the new default value of shape-inside. * fast/exclusions/css-exclusions-disabled-expected.txt: * fast/exclusions/css-exclusions-disabled.html: * fast/exclusions/parsing-wrap-shape-inside-expected.txt: * fast/exclusions/parsing-wrap-shape-lengths-expected.txt: * fast/exclusions/parsing-wrap-shape-lengths.html: * fast/exclusions/script-tests/parsing-wrap-shape-inside.js: (negative_test): 2013-02-14 Tony Chang Padding and border changes doesn't trigger relayout of children https://bugs.webkit.org/show_bug.cgi?id=109639 Reviewed by Kent Tamura. * fast/block/dynamic-padding-border-expected.txt: Added. * fast/block/dynamic-padding-border.html: Added. * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying out the table when the border changed. The pixel results in this case is the same, but the render tree shows the difference. 2013-02-14 Vsevolod Vlasov Web Inspector: [Regression] When several consecutive characters are typed each of them is marked as undoable state. https://bugs.webkit.org/show_bug.cgi?id=109823 Reviewed by Pavel Feldman. * inspector/editor/text-editor-undo-redo-expected.txt: * inspector/editor/text-editor-undo-redo.html: 2013-02-14 Sheriff Bot Unreviewed, rolling out r142820. http://trac.webkit.org/changeset/142820 https://bugs.webkit.org/show_bug.cgi?id=109839 Causing crashes on chromium canaries (Requested by atwilson_ on #webkit). * fast/block/float/float-not-removed-from-pre-block-expected.txt: * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Removed. * fast/css-generated-content/quote-layout-focus-crash.html: Removed. 2013-02-14 Mario Sanchez Prada [GTK] Missing call to g_object_ref while retrieving accessible table cells https://bugs.webkit.org/show_bug.cgi?id=106903 Reviewed by Martin Robinson. Added new test. It should work fine at least in Mac and GTK ports, but will need specific results for chromium and windows. * accessibility/table-cell-for-column-and-row-crash.html: Added. * accessibility/table-cell-for-column-and-row-crash-expected.txt: Added. * platform/chromium/TestExpectations: Skipped test. * platform/win/TestExpectations: Ditto. * platform/wincairo/TestExpectations: Ditto. 2013-02-14 Ádám Kallai [Qt] Reviewing TestExpectations. Added platform specific expected files and unskip them. https://bugs.webkit.org/show_bug.cgi?id=59334. * platform/qt-5.0-wk2/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added. * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added. * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added. * platform/qt/TestExpectations: * platform/qt/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added. * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added. * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added. 2013-02-14 Florin Malita [Chromium] Unreviewed rebaseline after brightness filter update. * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.png: * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.png: * platform/chromium-linux/css3/filters/effect-brightness-expected.png: * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png: * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png: * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png: * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png: * platform/chromium-mac/css3/filters/effect-brightness-expected.png: * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png: * platform/chromium-mac/css3/filters/effect-combined-expected.png: * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png: * platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png: * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png: * platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.png: * platform/chromium-win/css3/filters/effect-brightness-expected.png: * platform/chromium-win/css3/filters/effect-brightness-hw-expected.png: * platform/chromium-win/css3/filters/effect-combined-expected.png: * platform/chromium-win/css3/filters/effect-combined-hw-expected.png: * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png: * platform/chromium/TestExpectations: 2013-02-14 Jochen Eisinger Unskip mediastream tests that are passing after webkit_support update Unreviewed gardening. * platform/chromium/TestExpectations: 2013-02-14 Ádám Kallai [Qt] Unreviewed gardening. Skip flaky test after r140689. * platform/qt/TestExpectations: 2013-02-14 Vsevolod Vlasov Web Inspector: Remove uriForFile and fileForURI methods from FileSystemMapping. https://bugs.webkit.org/show_bug.cgi?id=109704 Reviewed by Alexander Pavlov. * inspector/file-system-mapping-expected.txt: * inspector/file-system-mapping.html: 2013-02-14 Anton Vayvod [Text Autosizing] Process narrow descendants with the same multiplier for the font size. https://bugs.webkit.org/show_bug.cgi?id=109573 Test to verify that all narrow descendants of a cluster are autosized with the same multiplier. Reviewed by Julien Chaffraix. * fast/text-autosizing/narrow-descendants-combined-expected.html: Added. * fast/text-autosizing/narrow-descendants-combined.html: Added. 2013-02-06 Gregg Tavares Adds the WebGL Conformance Tests limits folder. https://bugs.webkit.org/show_bug.cgi?id=108904 Reviewed by Kenneth Russell. * platform/mac/TestExpectations: * webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Added. * webgl/conformance/limits/gl-max-texture-dimensions.html: Added. * webgl/conformance/limits/gl-min-attribs-expected.txt: Added. * webgl/conformance/limits/gl-min-attribs.html: Added. * webgl/conformance/limits/gl-min-textures-expected.txt: Added. * webgl/conformance/limits/gl-min-textures.html: Added. * webgl/conformance/limits/gl-min-uniforms-expected.txt: Added. * webgl/conformance/limits/gl-min-uniforms.html: Added. * webgl/resources/webgl_test_files/conformance/limits/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Added. * webgl/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Added. * webgl/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Added. * webgl/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Added. 2013-02-13 Hayato Ito [Shadow DOM] Implements a '::distributed()' pseudo element. https://bugs.webkit.org/show_bug.cgi?id=82169 Reviewed by Dimitri Glazkov. * fast/dom/shadow/distributed-pseudo-element-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-for-shadow-element-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-for-shadow-element.html: Added. * fast/dom/shadow/distributed-pseudo-element-match-all-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-match-all.html: Added. * fast/dom/shadow/distributed-pseudo-element-match-descendant-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-match-descendant.html: Added. * fast/dom/shadow/distributed-pseudo-element-nested-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-nested.html: Added. * fast/dom/shadow/distributed-pseudo-element-no-match-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-no-match.html: Added. * fast/dom/shadow/distributed-pseudo-element-reprojection-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-reprojection.html: Added. * fast/dom/shadow/distributed-pseudo-element-scoped-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-scoped.html: Added. * fast/dom/shadow/distributed-pseudo-element-support-selector-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-support-selector.html: Added. * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list.html: Added. * fast/dom/shadow/distributed-pseudo-element-with-any-expected.html: Added. * fast/dom/shadow/distributed-pseudo-element-with-any.html: Added. * fast/dom/shadow/distributed-pseudo-element.html: Added. 2013-02-06 Gregg Tavares Add WebGL Conformance Tests more folder. https://bugs.webkit.org/show_bug.cgi?id=109118 Reviewed by Kenneth Russell. * webgl/conformance/more/conformance/constants-expected.txt: Added. * webgl/conformance/more/conformance/constants.html: Added. * webgl/conformance/more/conformance/getContext-expected.txt: Added. * webgl/conformance/more/conformance/getContext.html: Added. * webgl/conformance/more/conformance/methods-expected.txt: Added. * webgl/conformance/more/conformance/methods.html: Added. * webgl/conformance/more/conformance/webGLArrays-expected.txt: Added. * webgl/conformance/more/conformance/webGLArrays.html: Added. * webgl/conformance/more/functions/bindBuffer-expected.txt: Added. * webgl/conformance/more/functions/bindBuffer.html: Added. * webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Added. * webgl/conformance/more/functions/bindBufferBadArgs.html: Added. * webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Added. * webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added. * webgl/conformance/more/functions/bufferData-expected.txt: Added. * webgl/conformance/more/functions/bufferData.html: Added. * webgl/conformance/more/functions/bufferSubData-expected.txt: Added. * webgl/conformance/more/functions/bufferSubData.html: Added. * webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Added. * webgl/conformance/more/functions/bufferSubDataBadArgs.html: Added. * webgl/conformance/more/functions/isTests-expected.txt: Added. * webgl/conformance/more/functions/isTests.html: Added. * webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Added. * webgl/conformance/more/functions/isTestsBadArgs.html: Added. * webgl/conformance/more/functions/readPixels-expected.txt: Added. * webgl/conformance/more/functions/readPixels.html: Added. * webgl/conformance/more/functions/texImage2D-expected.txt: Added. * webgl/conformance/more/functions/texImage2D.html: Added. * webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Added. * webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Added. * webgl/conformance/more/functions/texSubImage2D-expected.txt: Added. * webgl/conformance/more/functions/texSubImage2D.html: Added. * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Added. * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added. * webgl/conformance/more/functions/uniformMatrix-expected.txt: Added. * webgl/conformance/more/functions/uniformMatrix.html: Added. * webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Added. * webgl/conformance/more/functions/uniformMatrixBadArgs.html: Added. * webgl/conformance/more/functions/uniformf-expected.txt: Added. * webgl/conformance/more/functions/uniformf.html: Added. * webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Added. * webgl/conformance/more/functions/uniformfArrayLen1.html: Added. * webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Added. * webgl/conformance/more/functions/uniformfBadArgs.html: Added. * webgl/conformance/more/functions/uniformi-expected.txt: Added. * webgl/conformance/more/functions/uniformi.html: Added. * webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Added. * webgl/conformance/more/functions/uniformiBadArgs.html: Added. * webgl/conformance/more/functions/vertexAttrib-expected.txt: Added. * webgl/conformance/more/functions/vertexAttrib.html: Added. * webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Added. * webgl/conformance/more/functions/vertexAttribBadArgs.html: Added. * webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Added. * webgl/conformance/more/functions/vertexAttribPointer.html: Added. * webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Added. * webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Added. * webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Added. * webgl/conformance/more/glsl/arrayOutOfBounds.html: Added. * webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Added. * webgl/conformance/more/glsl/uniformOutOfBounds.html: Added. * webgl/resources/webgl_test_files/conformance/more/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/more/README.md: Added. * webgl/resources/webgl_test_files/conformance/more/all_tests.html: Added. * webgl/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Added. * webgl/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Added. (ArgGenerators.activeTexture.generate): (ArgGenerators.activeTexture.checkArgValidity): (ArgGenerators.activeTexture.teardown): (ArgGenerators.attachShader.generate): (ArgGenerators.attachShader.checkArgValidity): (ArgGenerators.attachShader.cleanup): * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Added. (ArgGenerators.bindAttribLocation.generate): (ArgGenerators.bindAttribLocation.checkArgValidity): (ArgGenerators.bindAttribLocation.cleanup): * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Added. (ArgGenerators.bindBuffer.generate): (ArgGenerators.bindBuffer.checkArgValidity): (ArgGenerators.bindBuffer.cleanup): (ArgGenerators.bindFramebuffer.generate): (ArgGenerators.bindFramebuffer.checkArgValidity): (ArgGenerators.bindFramebuffer.cleanup): (ArgGenerators.bindRenderbuffer.generate): (ArgGenerators.bindRenderbuffer.checkArgValidity): (ArgGenerators.bindRenderbuffer.cleanup): (ArgGenerators.bindTexture.generate): (ArgGenerators.bindTexture.checkArgValidity): (ArgGenerators.bindTexture.cleanup): (ArgGenerators.blendColor.generate): (ArgGenerators.blendColor.teardown): (ArgGenerators.blendEquation.generate): (ArgGenerators.blendEquation.checkArgValidity): (ArgGenerators.blendEquation.teardown): (ArgGenerators.blendEquationSeparate.generate): (ArgGenerators.blendEquationSeparate.checkArgValidity): (ArgGenerators.blendEquationSeparate.teardown): (ArgGenerators.blendFunc.generate): (ArgGenerators.blendFunc.checkArgValidity): (ArgGenerators.blendFunc.teardown): (ArgGenerators.blendFuncSeparate.generate): (ArgGenerators.blendFuncSeparate.checkArgValidity): (ArgGenerators.blendFuncSeparate.teardown): * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Added. (ArgGenerators.bufferData.setup): (ArgGenerators.bufferData.generate): (ArgGenerators.bufferData.checkArgValidity): (ArgGenerators.bufferData.teardown): * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Added. (ArgGenerators.bufferSubData.setup): (ArgGenerators.bufferSubData.generate): (ArgGenerators.bufferSubData.checkArgValidity): (ArgGenerators.bufferSubData.teardown): * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Added. (ArgGenerators.checkFramebufferStatus.generate): (ArgGenerators.checkFramebufferStatus.checkArgValidity): (ArgGenerators.checkFramebufferStatus.cleanup): (ArgGenerators.clear.generate): (ArgGenerators.clear.checkArgValidity): (ArgGenerators.clearColor.generate): (ArgGenerators.clearColor.teardown): (ArgGenerators.clearDepth.generate): (ArgGenerators.clearDepth.teardown): (ArgGenerators.clearStencil.generate): (ArgGenerators.clearStencil.teardown): (ArgGenerators.colorMask.generate): (ArgGenerators.colorMask.teardown): (ArgGenerators.createBuffer.generate): (ArgGenerators.createBuffer.returnValueCleanup): (ArgGenerators.createFramebuffer.generate): (ArgGenerators.createFramebuffer.returnValueCleanup): (ArgGenerators.createProgram.generate): (ArgGenerators.createProgram.returnValueCleanup): (ArgGenerators.createRenderbuffer.generate): (ArgGenerators.createRenderbuffer.returnValueCleanup): (ArgGenerators.createShader.generate): (ArgGenerators.createShader.checkArgValidity): (ArgGenerators.createShader.returnValueCleanup): (ArgGenerators.createTexture.generate): (ArgGenerators.createTexture.returnValueCleanup): (ArgGenerators.cullFace.generate): (ArgGenerators.cullFace.checkArgValidity): (ArgGenerators.cullFace.teardown): * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Added. (ArgGenerators.deleteBuffer.generate): (ArgGenerators.deleteBuffer.checkArgValidity): (ArgGenerators.deleteBuffer.cleanup): (ArgGenerators.deleteFramebuffer.generate): (ArgGenerators.deleteFramebuffer.checkArgValidity): (ArgGenerators.deleteFramebuffer.cleanup): (ArgGenerators.deleteProgram.generate): (ArgGenerators.deleteProgram.checkArgValidity): (ArgGenerators.deleteProgram.cleanup): (ArgGenerators.deleteRenderbuffer.generate): (ArgGenerators.deleteRenderbuffer.checkArgValidity): (ArgGenerators.deleteRenderbuffer.cleanup): (ArgGenerators.deleteShader.generate): (ArgGenerators.deleteShader.checkArgValidity): (ArgGenerators.deleteShader.cleanup): (ArgGenerators.deleteTexture.generate): (ArgGenerators.deleteTexture.checkArgValidity): (ArgGenerators.deleteTexture.cleanup): (ArgGenerators.depthFunc.generate): (ArgGenerators.depthFunc.checkArgValidity): (ArgGenerators.depthFunc.teardown): (ArgGenerators.depthMask.generate): (ArgGenerators.depthMask.teardown): (ArgGenerators.depthRange.generate): (ArgGenerators.depthRange.teardown): (ArgGenerators.detachShader.generate): (ArgGenerators.detachShader.checkArgValidity): (ArgGenerators.detachShader.cleanup): (ArgGenerators.disable.generate): (ArgGenerators.disable.checkArgValidity): (ArgGenerators.disable.cleanup): (ArgGenerators.disableVertexAttribArray.generate): (ArgGenerators.disableVertexAttribArray.checkArgValidity): (ArgGenerators.enable.generate): (ArgGenerators.enable.checkArgValidity): (ArgGenerators.enable.cleanup): (ArgGenerators.enableVertexAttribArray.generate): (ArgGenerators.enableVertexAttribArray.checkArgValidity): (ArgGenerators.enableVertexAttribArray.cleanup): (ArgGenerators.finish.generate): (ArgGenerators.flush.generate): (ArgGenerators.frontFace.generate): (ArgGenerators.frontFace.checkArgValidity): (ArgGenerators.frontFace.cleanup): (ArgGenerators.generateMipmap.setup): (ArgGenerators.generateMipmap.generate): (ArgGenerators.generateMipmap.checkArgValidity): (ArgGenerators.generateMipmap.teardown): (ArgGenerators.getAttachedShaders.setup): (ArgGenerators.getAttachedShaders.generate): (ArgGenerators.getAttachedShaders.checkArgValidity): (ArgGenerators.getAttachedShaders.teardown): * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Added. (ArgGenerators.getAttribLocation.generate): (ArgGenerators.getAttribLocation.checkArgValidity): (ArgGenerators.getAttribLocation.cleanup): * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Added. (ArgGenerators.lineWidth.generate): (ArgGenerators.lineWidth.teardown): (ArgGenerators.pixelStorei.generate): (ArgGenerators.pixelStorei.checkArgValidity): (ArgGenerators.pixelStorei.teardown): (ArgGenerators.polygonOffset.generate): (ArgGenerators.polygonOffset.teardown): (ArgGenerators.sampleCoverage.generate): (ArgGenerators.sampleCoverage.teardown): (ArgGenerators.scissor.generate): (ArgGenerators.scissor.checkArgValidity): (ArgGenerators.scissor.teardown): (ArgGenerators.stencilFunc.generate): (ArgGenerators.stencilFunc.checkArgValidity): (ArgGenerators.stencilFunc.teardown): (ArgGenerators.stencilFuncSeparate.generate): (ArgGenerators.stencilFuncSeparate.checkArgValidity): (ArgGenerators.stencilFuncSeparate.teardown): (ArgGenerators.stencilMask.generate): (ArgGenerators.stencilMask.teardown): * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Added. (ArgGenerators.stencilMaskSeparate.generate): (ArgGenerators.stencilMaskSeparate.checkArgValidity): (ArgGenerators.stencilMaskSeparate.teardown): (ArgGenerators.stencilOp.generate): (ArgGenerators.stencilOp.checkArgValidity): (ArgGenerators.stencilOp.teardown): (ArgGenerators.stencilOpSeparate.generate): (ArgGenerators.stencilOpSeparate.checkArgValidity): (ArgGenerators.stencilOpSeparate.teardown): (ArgGenerators.texImage2D.setup): (ArgGenerators.texImage2D.generate): (ArgGenerators.texImage2D.checkArgValidity): (ArgGenerators.texImage2D.teardown): (ArgGenerators.texParameterf.generate): (ArgGenerators.texParameterf.checkArgValidity): (ArgGenerators.texParameteri.generate): (ArgGenerators.texParameteri.checkArgValidity): (ArgGenerators.viewport.generate): (ArgGenerators.viewport.checkArgValidity): (ArgGenerators.viewport.teardown): * webgl/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/constants.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/getContext.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/methods.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Added. (Array.from): (Array.prototype.has): (Array.prototype.random): (castToInt): (constCheck.a.has): (constCheck): (isBufferData): (isVertexAttribute): (isValidName): (randomWebGLArray): (randomArrayBuffer): (randomBufferData): (randomSmallWebGLArray): (randomBufferSubData): (randomColor): (randomName): (randomVertexAttribute): (randomBool): (randomStencil): (randomLineWidth): (randomImage): (mutateArgs): (argGeneratorTestRunner): * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Added. * webgl/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Added. * webgl/resources/webgl_test_files/conformance/more/demos/video.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/bufferData.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/isTests.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/isTestsBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/readPixels.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/uniformf.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/uniformi.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Added. * webgl/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Added. * webgl/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Added. * webgl/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Added. * webgl/resources/webgl_test_files/conformance/more/index.html: Added. * webgl/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Added. * webgl/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Added. * webgl/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Added. * webgl/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Added. * webgl/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Added. * webgl/resources/webgl_test_files/conformance/more/unit.css: Added. (.ok): (.fail): (canvas): (#test-status): (#test-log): (#test-log > div): (#test-log h2): (#test-log h3): (#test-log p): * webgl/resources/webgl_test_files/conformance/more/unit.js: Added. (.window.console.log): (.window.console.error): (Tests.startUnit): (Tests.setup): (Tests.teardown): (Tests.endUnit): (.): (Object.toSource): * webgl/resources/webgl_test_files/conformance/more/util.js: Added. (loadTexture): (getShader): (loadShaderArray): (loadShader): (getGLErrorAsString): (checkError): (throwError): (Math.cot): (Matrix.newIdentity): (Matrix.newIdentity3x3): (Matrix.copyMatrix): (Matrix.to3x3): (Matrix.inverseON): (Matrix.inverseTo3x3): (Matrix.inverseTo3x3InPlace): (Matrix.inverse3x3): (Matrix.inverse3x3InPlace): (Matrix.frustum): (Matrix.perspective): (Matrix.mul4x4): (Matrix.mul4x4InPlace): (Matrix.mulv4): (Matrix.rotate): (Matrix.rotateInPlace): (Matrix.scale): (Matrix.scale3): (Matrix.scale1): (Matrix.scale3InPlace): (Matrix.scale1InPlace): (Matrix.scaleInPlace): (Matrix.translate3): (Matrix.translate): (Matrix.translate3InPlace): (Matrix.translateInPlace): (Matrix.lookAt): (Matrix.transpose4x4): (Matrix.transpose4x4InPlace): (Matrix.transpose3x3): (Matrix.transpose3x3InPlace): (Vec3.make): (Vec3.copy): (Vec3.add): (Vec3.sub): (Vec3.negate): (Vec3.direction): (Vec3.normalizeInPlace): (Vec3.normalize): (Vec3.scale): (Vec3.dot): (Vec3.inner): (Vec3.cross): (Shader): (Shader.prototype.destroy): (Shader.prototype.compile): (Shader.prototype.use): (Shader.prototype.uniform1fv): (Shader.prototype.uniform2fv): (Shader.prototype.uniform3fv): (Shader.prototype.uniform4fv): (Shader.prototype.uniform1f): (Shader.prototype.uniform2f): (Shader.prototype.uniform3f): (Shader.prototype.uniform4f): (Shader.prototype.uniform1iv): (Shader.prototype.uniform2iv): (Shader.prototype.uniform3iv): (Shader.prototype.uniform4iv): (Shader.prototype.uniform1i): (Shader.prototype.uniform2i): (Shader.prototype.uniform3i): (Shader.prototype.uniform4i): (Shader.prototype.uniformMatrix4fv): (Shader.prototype.uniformMatrix3fv): (Shader.prototype.uniformMatrix2fv): (Shader.prototype.attrib): (Shader.prototype.uniform): (Filter): (Filter.prototype.apply): (VBO): (VBO.prototype.setData): (VBO.prototype.destroy): (VBO.prototype.init): (VBO.prototype.use): (VBO.prototype.draw): (FBO): (FBO.prototype.destroy): (FBO.prototype.init): (FBO.prototype.getTempCanvas): (FBO.prototype.use): (GLError): (makeGLErrorWrapper): (wrapGLContext.wrap.getError): (getGLContext): (assertSomeGLError): (assertThrowNoGLError): (Quad.makeVBO): (.gl): (Quad.getCachedVBO): (deleteShader): (Cube.create): (Cube.makeVBO): (Cube.getCachedVBO): (Sphere.create.vert): (Sphere.create): (initGL_CONTEXT_ID): 2013-02-06 Gregg Tavares Add the WebGL Conformance Tests extensions folder. https://bugs.webkit.org/show_bug.cgi?id=109117 Reviewed by Kenneth Russell. * webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Added. * webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Added. * webgl/conformance/extensions/get-extension-expected.txt: Added. * webgl/conformance/extensions/get-extension.html: Added. * webgl/conformance/extensions/oes-element-index-uint-expected.txt: Added. * webgl/conformance/extensions/oes-element-index-uint.html: Added. * webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Added. * webgl/conformance/extensions/oes-standard-derivatives.html: Added. * webgl/conformance/extensions/oes-texture-float-expected.txt: Added. * webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Added. * webgl/conformance/extensions/oes-texture-float-with-canvas.html: Added. * webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Added. * webgl/conformance/extensions/oes-texture-float-with-image-data.html: Added. * webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Added. * webgl/conformance/extensions/oes-texture-float-with-image.html: Added. * webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Added. * webgl/conformance/extensions/oes-texture-float-with-video.html: Added. * webgl/conformance/extensions/oes-texture-float.html: Added. * webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Added. * webgl/conformance/extensions/oes-vertex-array-object.html: Added. * webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Added. * webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Added. * webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Added. * webgl/conformance/extensions/webgl-debug-renderer-info.html: Added. * webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Added. * webgl/conformance/extensions/webgl-debug-shaders.html: Added. * webgl/conformance/extensions/webgl-depth-texture-expected.txt: Added. * webgl/conformance/extensions/webgl-depth-texture.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/extensions/ext-texture-filter-anisotropic.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/get-extension.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-canvas.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-video.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html: Added. 2013-02-13 Christophe Dumez Unreviewed EFL gardening. Mark new WebGL conformance tests added in r142847 as failing for EFL WK2. * platform/efl-wk2/TestExpectations: 2013-02-06 Gregg Tavares Add the WebGL Conformance Tests ogles folder. https://bugs.webkit.org/show_bug.cgi?id=109116 Reviewed by Kenneth Russell. * webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Added. * webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Added. * webgl/conformance/ogles/GL/all/all_001_to_004.html: Added. * webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Added. * webgl/conformance/ogles/GL/any/any_001_to_004.html: Added. * webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/array/array_001_to_006.html: Added. * webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Added. * webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Added. * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added. * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Added. * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added. * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Added. * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added. * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Added. * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added. * webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added. * webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added. * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Added. * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added. * webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Added. * webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Added. * webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Added. * webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Added. * webgl/conformance/ogles/GL/default/default_001_to_001.html: Added. * webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added. * webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Added. * webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Added. * webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Added. * webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Added. * webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Added. * webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Added. * webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Added. * webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Added. * webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Added. * webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Added. * webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added. * webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Added. * webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added. * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added. * webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Added. * webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Added. * webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Added. * webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Added. * webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Added. * webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Added. * webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Added. * webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Added. * webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Added. * webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Added. * webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Added. * webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Added. * webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Added. * webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Added. * webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Added. * webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Added. * webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Added. * webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Added. * webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Added. * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Added. * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added. * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Added. * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added. * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added. * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added. * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added. * webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/length/length_001_to_006.html: Added. * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added. * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added. * webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Added. * webgl/conformance/ogles/GL/log/log_009_to_012.html: Added. * webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Added. * webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Added. * webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Added. * webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Added. * webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Added. * webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Added. * webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Added. * webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Added. * webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Added. * webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Added. * webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Added. * webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Added. * webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Added. * webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added. * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Added. * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added. * webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/max/max_001_to_006.html: Added. * webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/min/min_001_to_006.html: Added. * webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Added. * webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Added. * webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added. * webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Added. * webgl/conformance/ogles/GL/not/not_001_to_004.html: Added. * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added. * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Added. * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added. * webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Added. * webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Added. * webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Added. * webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Added. * webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Added. * webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Added. * webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Added. * webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Added. * webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Added. * webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Added. * webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Added. * webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Added. * webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Added. * webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added. * webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Added. * webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Added. * webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Added. * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added. * webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/step/step_001_to_006.html: Added. * webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Added. * webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Added. * webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Added. * webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Added. * webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Added. * webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Added. * webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Added. * webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Added. * webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Added. * webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Added. * webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Added. * webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Added. * webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Added. * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added. * webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Added. * webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Added. * webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Added. * webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Added. * webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Added. * webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Added. * webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_001_to_004.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/all/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_001_to_004.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/any/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/array/array_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/array/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_009_to_012.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_001_to_002.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_001_to_001.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/default/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_001_to_002.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_009_to_012.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_009_to_012.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_009_to_016.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_017_to_024.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_025_to_032.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_033_to_040.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_041_to_048.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_049_to_056.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_057_to_064.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_065_to_072.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_073_to_080.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_081_to_088.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_089_to_096.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_097_to_104.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_105_to_112.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_113_to_120.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_121_to_126.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/length/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/log/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_009_to_012.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_009_to_012.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_009_to_016.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_017_to_024.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_025_to_032.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_033_to_040.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_041_to_046.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/max/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/min/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/not/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_001_to_004.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_009_to_016.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_017_to_024.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_025_to_026.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_009_to_016.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_017_to_024.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/step/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_009_to_016.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_017_to_024.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_025_to_032.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_033_to_040.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_041_to_048.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_049_to_056.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_009_to_016.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_017_to_018.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/input.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/README.md: Added. * webgl/resources/webgl_test_files/conformance/ogles/mustpass.run.txt: Added. * webgl/resources/webgl_test_files/conformance/ogles/process-ogles2-tests.py: Added. (Log): (TransposeMatrix): (GetValidTypeName): (WriteOpen): (TxtWriter): (TxtWriter.__init__): (TxtWriter.Write): (TxtWriter.Close): (ReadFileAsLines): (ReadFile): (Chunkify): (GetText): (GetElementText): (GetBoolElement): (GetModel): (RelativizePaths): (CopyFile): (CopyShader): (IsOneOf): (CheckForUnknownTags): (IsFileWeWant): (TestReader): (TestReader.to): (TestReader.__init__): (TestReader.Print): (TestReader.MakeOutPath): (TestReader.ReadTests): (TestReader.ReadTest): (TestReader.ProcessTest): (TestReader.WriteTests): (CopyShaders): (Process_compare): (Process_shaderload): (Process_extension): (Process_createtests): (Process_GL2Test): (Process_uniformquery): (Process_egl_image_external): (Process_dismount): (Process_build): (Process_coverage): (Process_attributes): (Process_fixed): (main): 2013-02-06 Gregg Tavares Add WebGL Conformance Tests glsl folder. https://bugs.webkit.org/show_bug.cgi?id=109115 Reviewed by Kenneth Russell. * webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-abs.html: Added. * webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-acos.html: Added. * webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-asin.html: Added. * webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Added. * webgl/conformance/glsl/functions/glsl-function-atan.html: Added. * webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-ceil.html: Added. * webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Added. * webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added. * webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-cos.html: Added. * webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-cross.html: Added. * webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-distance.html: Added. * webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-dot.html: Added. * webgl/conformance/glsl/functions/glsl-function-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-faceforward.html: Added. * webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-floor.html: Added. * webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-fract.html: Added. * webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-length.html: Added. * webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-max-float.html: Added. * webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Added. * webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-min-float.html: Added. * webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Added. * webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-mix-float.html: Added. * webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Added. * webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-mod-float.html: Added. * webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Added. * webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-normalize.html: Added. * webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-reflect.html: Added. * webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-sign.html: Added. * webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-sin.html: Added. * webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added. * webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-step-float.html: Added. * webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Added. * webgl/conformance/glsl/functions/glsl-function.html: Added. * webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_int_float.vert.html: Added. * webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Added. * webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Added. * webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Added. * webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Added. * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/construct_struct.vert.html: Added. * webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_int_float.vert.html: Added. * webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Added. * webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Added. * webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Added. * webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/equal_int_float.vert.html: Added. * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/function_int_float.vert.html: Added. * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/greater_than.vert.html: Added. * webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Added. * webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/less_than.vert.html: Added. * webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/less_than_equal.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Added. * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added. * webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Added. * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added. * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added. * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Added. * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added. * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Added. * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added. * webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Added. * webgl/conformance/glsl/misc/attrib-location-length-limits.html: Added. * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Added. * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added. * webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Added. * webgl/conformance/glsl/misc/glsl-function-nodes.html: Added. * webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Added. * webgl/conformance/glsl/misc/glsl-long-variable-names.html: Added. * webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Added. * webgl/conformance/glsl/misc/glsl-vertex-branch.html: Added. * webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Added. * webgl/conformance/glsl/misc/large-loop-compile.html: Added. * webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Added. * webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Added. * webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Added. * webgl/conformance/glsl/misc/non-ascii.vert.html: Added. * webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Added. * webgl/conformance/glsl/misc/re-compile-re-link.html: Added. * webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-256-character-define.html: Added. * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-257-character-define.html: Added. * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added. * webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Added. * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added. * webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added. * webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Added. * webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-do-loop.html: Added. * webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-error-directive.html: Added. * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-for-loop.html: Added. * webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-for-scoping.html: Added. * webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added. * webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Added. * webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added. * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-include.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-long-line.html: Added. * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-precision.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-reserved-words.html: Added. * webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added. * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added. * webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Added. * webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added. * webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-while-loop.html: Added. * webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Added. * webgl/conformance/glsl/misc/shader-without-precision.frag.html: Added. * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Added. * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added. * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Added. * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added. * webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Added. * webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Added. * webgl/conformance/glsl/misc/shared-expected.txt: Added. * webgl/conformance/glsl/misc/shared.html: Added. * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Added. * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added. * webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Added. * webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Added. * webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Added. * webgl/conformance/glsl/misc/uniform-location-length-limits.html: Added. * webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Added. * webgl/conformance/glsl/reserved/_webgl_field.vert.html: Added. * webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Added. * webgl/conformance/glsl/reserved/_webgl_function.vert.html: Added. * webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Added. * webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Added. * webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Added. * webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Added. * webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Added. * webgl/conformance/glsl/reserved/webgl_field.vert.html: Added. * webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Added. * webgl/conformance/glsl/reserved/webgl_function.vert.html: Added. * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Added. * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added. * webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Added. * webgl/conformance/glsl/reserved/webgl_struct.vert.html: Added. * webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Added. * webgl/conformance/glsl/reserved/webgl_variable.vert.html: Added. * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Added. * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added. * webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Added. * webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added. * webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Added. * webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added. * webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Added. * webgl/conformance/glsl/variables/gl-fragcoord.html: Added. * webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Added. * webgl/conformance/glsl/variables/gl-frontfacing.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/literals/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/foo: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/include.vs: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/large-loop-compile.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-define.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-define.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-loop.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-reserved-words.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-while-loop.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-missing-varyings.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shared.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Added. * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Added. 2013-02-13 Praveen R Jadhav JSObject for ChannelSplitterNode and ChannelMergerNode are not created. https://bugs.webkit.org/show_bug.cgi?id=109542 Reviewed by Kentaro Hara. Test cases updated to check validity of ChannelSplitterNode and ChannelMergerNode Objects. * webaudio/audiochannelmerger-basic-expected.txt: * webaudio/audiochannelmerger-basic.html: * webaudio/audiochannelsplitter-expected.txt: * webaudio/audiochannelsplitter.html: 2013-02-12 Gregg Tavares Adds failing WebGL Conformance Tests. https://bugs.webkit.org/show_bug.cgi?id=109075 Reviewed by Kenneth Russell. * platform/chromium/TestExpectations: * platform/mac/TestExpectations: * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added. * webgl/conformance/canvas/buffer-offscreen-test.html: Added. * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added. * webgl/conformance/canvas/buffer-preserve-test.html: Added. * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added. * webgl/conformance/canvas/drawingbuffer-test.html: Added. * webgl/conformance/canvas/to-data-url-test-expected.txt: Added. * webgl/conformance/canvas/to-data-url-test.html: Added. * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added. * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added. * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added. * webgl/conformance/context/context-creation-and-destruction.html: Added. * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added. * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added. * webgl/conformance/glsl/literals/float_literal.vert.html: Added. * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added. * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added. * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added. * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added. * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added. * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added. * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added. * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added. * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added. * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added. * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added. * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added. * webgl/conformance/glsl/variables/gl-pointcoord.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added. * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added. * webgl/conformance/more/functions/bufferDataBadArgs.html: Added. * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added. * webgl/conformance/more/functions/copyTexImage2D.html: Added. * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added. * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added. * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added. * webgl/conformance/more/functions/copyTexSubImage2D.html: Added. * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added. * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added. * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added. * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added. * webgl/conformance/more/functions/drawArrays-expected.txt: Added. * webgl/conformance/more/functions/drawArrays.html: Added. * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added. * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added. * webgl/conformance/more/functions/drawElements-expected.txt: Added. * webgl/conformance/more/functions/drawElements.html: Added. * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added. * webgl/conformance/more/functions/drawElementsBadArgs.html: Added. * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added. * webgl/conformance/more/functions/readPixelsBadArgs.html: Added. * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added. * webgl/conformance/more/functions/texImage2DBadArgs.html: Added. * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added. * webgl/conformance/more/functions/texImage2DHTML.html: Added. * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added. * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added. * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added. * webgl/conformance/more/functions/texSubImage2DHTML.html: Added. * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added. * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added. * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added. * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added. * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added. * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added. * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added. * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added. * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added. * webgl/conformance/programs/program-test-expected.txt: Added. * webgl/conformance/programs/program-test.html: Added. * webgl/conformance/reading/read-pixels-test-expected.txt: Added. * webgl/conformance/reading/read-pixels-test.html: Added. * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added. * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added. * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added. * webgl/conformance/rendering/gl-scissor-test.html: Added. * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added. * webgl/conformance/rendering/more-than-65536-indices.html: Added. * webgl/conformance/rendering/multisample-corruption-expected.txt: Added. * webgl/conformance/rendering/multisample-corruption.html: Added. * webgl/conformance/rendering/point-size-expected.txt: Added. * webgl/conformance/rendering/point-size.html: Added. * webgl/conformance/state/gl-object-get-calls-expected.txt: Added. * webgl/conformance/state/gl-object-get-calls.html: Added. * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added. * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added. * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added. * webgl/conformance/textures/gl-pixelstorei.html: Added. * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added. * webgl/conformance/textures/origin-clean-conformance.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added. * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added. * webgl/conformance/textures/texture-active-bind-2.html: Added. * webgl/conformance/textures/texture-active-bind-expected.txt: Added. * webgl/conformance/textures/texture-active-bind.html: Added. * webgl/conformance/textures/texture-mips-expected.txt: Added. * webgl/conformance/textures/texture-mips.html: Added. * webgl/conformance/textures/texture-npot-video-expected.txt: Added. * webgl/conformance/textures/texture-npot-video.html: Added. * webgl/conformance/textures/texture-size-expected.txt: Added. * webgl/conformance/textures/texture-size-limit-expected.txt: Added. * webgl/conformance/textures/texture-size-limit.html: Added. * webgl/conformance/textures/texture-size.html: Added. * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added. * webgl/conformance/uniforms/gl-uniform-arrays.html: Added. * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added. * webgl/conformance/uniforms/uniform-default-values.html: Added. * webgl/conformance/uniforms/uniform-location-expected.txt: Added. * webgl/conformance/uniforms/uniform-location.html: Added. * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added. * webgl/conformance/uniforms/uniform-samplers-test.html: Added. * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added. * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added. * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added. * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added. * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added. * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added. * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added. * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added. * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added. * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added. * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added. * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added. * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added. * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added. * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added. * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added. * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added. * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added. * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added. * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added. * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added. 2013-02-13 Alan Cutter [Chromium] Unreviewed gardening https://bugs.webkit.org/show_bug.cgi?id=109779 Rebaseline http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html on Linux after r142683. * platform/chromium-linux/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added. 2013-02-13 Vineet Chaudhary HTMLCollections namedItem() methods should return null than undefined for empty collections. https://bugs.webkit.org/show_bug.cgi?id=104096 Reviewed by Kentaro Hara. As per specification namedItem() should return null if collection is empty. Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlallcollection * fast/dom/HTMLFormElement/move-option-between-documents-expected.txt: * fast/dom/HTMLFormElement/move-option-between-documents.html: * fast/dom/htmlcollection-namedItem-expected.txt: Added. * fast/dom/htmlcollection-namedItem.html: Added. 2013-02-13 Tony Gentilcore Fix svg/in-html/script-write.html with threaded HTML parser https://bugs.webkit.org/show_bug.cgi?id=109495 Reviewed by Eric Seidel. Added 3 new test cases: 1. Test the behavior of a plaintext tag inside an svg foreignObject. It applies to the remainder of the document. This behavior seems a little wonky, but it matches our current behavior and Firefox's behavior. 2. Test that we don't blindly go into HTML mode after . 3. Test that unmatched s are ignored. * html5lib/resources/webkit02.dat: 2013-02-13 Emil A Eklund getComputedStyle returns truncated value for margin-right https://bugs.webkit.org/show_bug.cgi?id=109759 Reviewed by Tony Chang. Add test for getComputedStyle with fractional margin values. * fast/sub-pixel/computedstylemargin-expected.txt: Added. * fast/sub-pixel/computedstylemargin.html: Added. 2013-02-13 Levi Weintraub REGRESSION(r125794) - inline-children-root-linebox-crash asserts in Chromium debug https://bugs.webkit.org/show_bug.cgi?id=94256 Unreviewed test expectations update. Re-enabling inline-children-root-linebox-crash as it was fixed by r139479. * platform/chromium/TestExpectations: 2013-02-13 Elliott Sprehn ASSERT(!renderer()->needsLayout()) when calling Element::focus() with generated content https://bugs.webkit.org/show_bug.cgi?id=109616 Reviewed by Julien Chaffraix. * fast/block/float/float-not-removed-from-pre-block-expected.txt: Changed output. * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added. * fast/css-generated-content/quote-layout-focus-crash.html: Added. 2013-02-13 Abhishek Arya ASSERTION FAILED: !object || object->isBox(), Bad cast in RenderBox::computeLogicalHeight https://bugs.webkit.org/show_bug.cgi?id=107748 Reviewed by Levi Weintraub. * fast/block/body-inline-block-crash-expected.txt: Added. * fast/block/body-inline-block-crash.html: Added. 2013-02-13 Eric Carlson [Mac] Caption menu should have only one item selected https://bugs.webkit.org/show_bug.cgi?id=109730 Reviewed by Dean Jackson. * media/track/track-user-preferences-expected.txt: * media/track/track-user-preferences.html: Update test to check for reactions to preferences. 2013-02-13 Hans Muller [CSS Exclusions] ExclusionPolygon reflex vertices should constrain the first fit location. https://bugs.webkit.org/show_bug.cgi?id=107568 Reviewed by Dirk Schulze. In this carefully contrived test case, the Y coordinate of the origin of the line of text is only computed correctly if the constraints implied by the polygon's reflex vertices are considered. * fast/exclusions/shape-inside/shape-inside-first-fit-reflex-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-first-fit-reflex.html: Added. 2013-02-13 Zan Dobersek Unreviewed GTK gardening. Marking a few tests as slow on the debug builds. This shall prevent them timing out unnecessarily. * platform/gtk/TestExpectations: 2013-02-13 Julien Chaffraix [CSS Grid Layout] Adding or removing grid items doesn't properly recompute the track sizes https://bugs.webkit.org/show_bug.cgi?id=109100 Reviewed by Ojan Vafai. * fast/css-grid-layout/grid-item-addition-track-breadth-update-expected.txt: Added. * fast/css-grid-layout/grid-item-addition-track-breadth-update.html: Added. * fast/css-grid-layout/grid-item-removal-track-breadth-update-expected.txt: Added. * fast/css-grid-layout/grid-item-removal-track-breadth-update.html: Added. New tests. * fast/css-grid-layout/resources/grid.css: (.constrainedContainer): (.unconstrainedContainer): Added these class to share them with other tests. * fast/css-grid-layout/auto-content-resolution-columns.html: * fast/css-grid-layout/auto-content-resolution-rows.html: * fast/css-grid-layout/implicit-columns-auto-resolution.html: * fast/css-grid-layout/implicit-position-dynamic-change.html: * fast/css-grid-layout/implicit-rows-auto-resolution.html: * fast/css-grid-layout/minmax-max-content-resolution-columns.html: * fast/css-grid-layout/minmax-max-content-resolution-rows.html: * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html: * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html: Removed constrainedContainer definition as it was moved to grid.css. 2013-02-13 Stephen Chenney [Chromium] Rebasline after r142765 Unreviewed test expectations update. The change caused sub-pixel changing in SVG-as-image positions. * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png: * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png: 2013-02-13 Levi Weintraub Bidi-Isolated inlines can cause subsequent content to not be rendered https://bugs.webkit.org/show_bug.cgi?id=108137 Reviewed by Eric Seidel. * fast/text/content-following-inline-isolate-with-collapsed-whitespace.html: Added. * fast/text/content-following-inline-isolate-with-collapsed-whitespace-expected.txt: Added. 2013-02-13 Christian Biesinger Crash when encountering https://bugs.webkit.org/show_bug.cgi?id=109728 See also https://code.google.com/p/chromium/issues/detail?id=175535 Reviewed by Eric Seidel. * fast/css/resize-object-crash-expected.txt: Added. * fast/css/resize-object-crash.html: Added. 2013-02-13 Kondapally Kalyan [WebGL][EFL][GTK][Qt]Add support for OES_vertex_array_object. https://bugs.webkit.org/show_bug.cgi?id=109382 Reviewed by Kenneth Russell. Enable oes-vertex-array-object for EFL port. * fast/canvas/webgl/oes-vertex-array-object-expected.txt: * fast/canvas/webgl/oes-vertex-array-object.html: * platform/efl/TestExpectations: 2013-02-13 Filip Pizlo DFG LogicalNot/Branch peephole removal and inversion ignores the possibility of things exiting https://bugs.webkit.org/show_bug.cgi?id=109489 Reviewed by Mark Hahnenberg. * fast/js/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt: Added. * fast/js/dfg-branch-logical-not-peephole-around-osr-exit.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-branch-logical-not-peephole-around-osr-exit.js: Added. (foo): 2013-02-12 Dean Jackson Clicking outside captions menu should dismiss it https://bugs.webkit.org/show_bug.cgi?id=109648 Reviewed by Eric Carlson. New test for captions menu. Skip it everywhere but Mac. * media/video-controls-captions-trackmenu-hide-on-click.html: Added. * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added. * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: 2013-02-13 Morten Stenshorne WebKit ignores column-rules wider than column-gap https://bugs.webkit.org/show_bug.cgi?id=15553 Paint column rules even if they are wider than the gap. Rules wider than the gap should just overlap with column contents. Reviewed by Eric Seidel. * fast/multicol/rule-thicker-than-gap-expected.html: Added. * fast/multicol/rule-thicker-than-gap.html: Added. 2013-02-13 Philip Rogers Replace SVG bitmap cache with directly-rendered SVG https://bugs.webkit.org/show_bug.cgi?id=106159 Reviewed by Tim Horton. This patch fixes two existing bugs (WK99481 and WK104189) that were due to caching bitmaps at a fixed size. A test has been added for each of these bugs. * platform/chromium/TestExpectations: * svg/as-image/svg-image-scaled-expected.html: Added. * svg/as-image/svg-image-scaled.html: Added. * svg/as-image/svg-image-viewbox-expected.html: Added. * svg/as-image/svg-image-viewbox.html: Added. 2013-02-13 Florin Malita [SVG] OOB access in SVGListProperty::replaceItemValues() https://bugs.webkit.org/show_bug.cgi?id=109293 Updated tests to cover the crash and new behavior. Reviewed by Dirk Schulze. * svg/dom/SVGLengthList-basics-expected.txt: * svg/dom/SVGLengthList-basics.xhtml: * svg/dom/SVGNumberList-basics-expected.txt: * svg/dom/SVGNumberList-basics.xhtml: * svg/dom/SVGPointList-basics-expected.txt: * svg/dom/SVGPointList-basics.xhtml: * svg/dom/SVGTransformList-basics-expected.txt: * svg/dom/SVGTransformList-basics.xhtml: 2013-02-13 Takashi Sakamoto [Refactoring] StyleResolver::State should have methods to access its me https://bugs.webkit.org/show_bug.cgi?id=108563 Reviewed by Antti Koivisto. * inspector/styles/region-style-crash-expected.txt: Rebaseline. Since inspector hasn't supported CSS region styles yet, region-style-crash.html has no CSS region styles as its result. 2013-02-13 Rashmi Shyamasundar The 2D Canvas functions fillText()/strokeText() should display nothing when maxWidth is less then or equal to zero https://bugs.webkit.org/show_bug.cgi?id=102656 Reviewed by Dirk Schulze. The functions fillText()/strokeText() should not display anything when maxWidth is less than or equal to zero, according to spec : http://www.w3.org/TR/2dcontext/#text-preparation-algorithm * fast/canvas/canvas-fillText-invalid-maxWidth-expected.txt: Added. * fast/canvas/canvas-fillText-invalid-maxWidth.html: Added. * fast/canvas/canvas-strokeText-invalid-maxWidth-expected.txt: Added. * fast/canvas/canvas-strokeText-invalid-maxWidth.html: Added. * fast/canvas/script-tests/canvas-fillText-invalid-maxWidth.js: Added. * fast/canvas/script-tests/canvas-strokeText-invalid-maxWidth.js: Added. 2013-02-13 Sergio Villar Senin Unreviewed GTK gardening. Provide the same custom expectations as all the other platforms. This likely means that there is a bug in the code or that the expected result is incorrect. * platform/gtk/TestExpectations: * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added. 2013-02-13 Andrew Wilson Unreviewed chromium expectation changes resulting from r142719. * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png: * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png: * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png: 2013-02-13 Thiago Marcos P. Santos [EFL] Unreviewed gardening. * platform/efl/TestExpectations: 2013-02-13 Andrew Wilson Unreviewed chromium expectation changes. Fallout from r142683. * platform/chromium-win/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added. 2013-02-13 Pablo Flouret Implement css-conditional's CSS.supports() https://bugs.webkit.org/show_bug.cgi?id=100324 Reviewed by Antti Koivisto. * css3/supports-dom-api-expected.txt: Added. * css3/supports-dom-api.html: Added. * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: * platform/wk2/TestExpectations: 2013-02-13 Mike West location.href does not throw SECURITY_ERR when accessed across origins with JSC bindings https://bugs.webkit.org/show_bug.cgi?id=43891 Reviewed by Adam Barth. * http/tests/plugins/resources/cross-frame-object-access.html: * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: * http/tests/security/cross-frame-access-location-get-expected.txt: * http/tests/security/cross-frame-access-location-get.html: * http/tests/security/resources/cross-frame-access.js: (accessThrowsException): * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html: * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: Adjusting tests to check for exceptions, and adjusting expectations to match. * 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. * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Added. * 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. V8 fails at the moment: http://wkbug.com/43892 2013-02-13 Vsevolod Vlasov Unreviewed test fix: removed redundant testRunnet.notifyDone() call that was causing other test failures. * inspector/script-execution-state-change-notification.html: 2013-02-13 Zan Dobersek Unreviewed GTK gardening. Rebaselining tests after the DOM4 Events constructors and CSS image-set support were enabled. * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: * platform/gtk/fast/events/constructors: Added. * platform/gtk/fast/events/constructors/mouse-event-constructor-expected.txt: Added. * platform/gtk/fast/events/constructors/wheel-event-constructor-expected.txt: Added. * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt: * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt: * platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt: * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt: * platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt: * platform/gtk/fast/hidpi/image-set-simple-expected.txt: * platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt: 2013-02-13 Ádám Kallai [Qt] Unreviewed gardening. Skip failing tests. * platform/qt/TestExpectations: 2013-02-12 Hajime Morrita [Internals] setShadowDOMEnabled() shouldn't be used except a few tests. https://bugs.webkit.org/show_bug.cgi?id=109642 Reviewed by Kent Tamura. * fast/dom/shadow/shadow-dom-enabled-flag-whitelist-expected.txt: Added. * fast/dom/shadow/shadow-dom-enabled-flag-whitelist.html: Added. 2013-02-12 Vsevolod Vlasov Web Inspector: Introduce version controller to migrate settings versions. https://bugs.webkit.org/show_bug.cgi?id=109553 Reviewed by Yury Semikhatsky. * inspector/version-controller-expected.txt: Added. * inspector/version-controller.html: Added. 2013-02-12 Filip Pizlo Eradicate fast/js/dfg-poison-fuzz.html https://bugs.webkit.org/show_bug.cgi?id=109660 Unreviewed. I haven't seen this test fail in ages. And I've seen a lot of DFG bugs! This is a super expensive test for one bug that used to be in the DFG but that has since been thoroughly eradicated. Likely the plethora of other DFG tests cover that bug. Heck, I'm not even sure if the code that this covers is even in the repository anymore. In the spirit of not having super expensive and mostly useless tests, I'm removing this test. * fast/js/dfg-poison-fuzz-expected.txt: Removed. * fast/js/dfg-poison-fuzz.html: Removed. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-poison-fuzz.js: Removed. * platform/chromium/TestExpectations: * platform/gtk/TestExpectations: * platform/qt-4.8/TestExpectations: * platform/qt-mac/TestExpectations: * platform/qt/TestExpectations: 2013-02-12 Alan Cutter [Chromium] Rebaseline suggestion-picker layout tests https://bugs.webkit.org/show_bug.cgi?id=109647 Unreviewed rebaseline. Text position differences, imperceptible to human sight. Test failures possibly caused by: http://trac.webkit.org/changeset/142659 * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: 2013-02-12 Nate Chapin REGRESSION: Reloading a local file doesn't pick up changes https://bugs.webkit.org/show_bug.cgi?id=109344 Reviewed by Alexey Proskuryakov. * http/tests/cache/reload-main-resource-expected.txt: Added. * http/tests/cache/reload-main-resource.php: Added. * http/tests/cache/resources/reload-main-resource-iframe.php: Added. * http/tests/misc/favicon-loads-with-images-disabled-expected.txt: This test was being loaded from memory cache in spite of being loaded via reload. We shouldn't do that. * http/tests/misc/link-rel-icon-beforeload-expected.txt: This test was being loaded from memory cache in spite of being loaded via reload. We shouldn't do that. 2013-02-12 Dima Gorbik Mac rebaseline for r142638. Reviewed by Benjamin Poulain. * platform/mac-lion/accessibility/table-attributes-expected.txt: Removed. * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Removed. * platform/mac-lion/accessibility/table-sections-expected.txt: Removed. * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Removed. * platform/mac/accessibility/table-attributes-expected.txt: * platform/mac/accessibility/table-cell-spans-expected.txt: * platform/mac/accessibility/table-cells-expected.txt: * platform/mac/accessibility/table-sections-expected.txt: * platform/mac/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Added. 2013-02-12 Rafael Weinstein [HTMLTemplateElement] Change template.dat serialization format https://bugs.webkit.org/show_bug.cgi?id=109635 Reviewed by Eric Seidel. The serialization format now uses 'content' instead of '#document-fragment' to denote template contents. * html5lib/resources/template.dat: * resources/dump-as-markup.js: (Markup._get): 2013-02-12 Nico Weber Remove webintents from TestExpectations files https://bugs.webkit.org/show_bug.cgi?id=109620 Reviewed by James Robinson. * platform/chromium/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt-5.0-mac-wk2/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: 2013-02-12 Dean Jackson Unreviewed. Remove webintents from TestExpectations on mac - directory no longer exists. * platform/mac/TestExpectations: 2013-02-12 Mike West Implement script MIME restrictions for X-Content-Type-Options: nosniff https://bugs.webkit.org/show_bug.cgi?id=71851 Reviewed by Adam Barth. * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt: Added. * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed.html: Added. * http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt: Added. * http/tests/security/contentTypeOptions/nosniff-script-allowed.html: Added. * http/tests/security/contentTypeOptions/nosniff-script-blocked-expected.txt: Added. * http/tests/security/contentTypeOptions/nosniff-script-blocked.html: Added. * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added. * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html: Added. * http/tests/security/contentTypeOptions/resources/script-with-header.pl: Added. New tests! * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: * platform/wk2/TestExpectations: Skip the new tests on platforms where ENABLE_NOSNIFF isn't yet enabled (everything other than Chromium). 2013-02-12 Emil A Eklund Unreviewed chromium rebaseline for r142638, garden-o-matic screwed up the original rebaseline :( * platform/chromium-mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/dom/Window/webkitConvertPoint-expected.txt: Added. * platform/chromium-win-xp/fast/dom/Window: Added. * platform/chromium-win-xp/fast/dom/Window/webkitConvertPoint-expected.txt: Added. 2013-02-12 Robert Hogan REGRESSION(r136967): Combination of float and clear yields to bad layout https://bugs.webkit.org/show_bug.cgi?id=109476 Reviewed by Levi Weintraub. * fast/block/margin-collapse/self-collapsing-block-with-float-children-expected.txt: Added. * fast/block/margin-collapse/self-collapsing-block-with-float-children.html: Added. 2013-02-12 Emil A Eklund Unreviewed rebaseline for r142638. * platform/chromium-linux-x86/fast/dom/Window: Removed. * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Removed. * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Removed. * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt: * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: Added. * platform/chromium/TestExpectations: * platform/mac-lion/accessibility: Added. * platform/mac-lion/accessibility/table-attributes-expected.txt: Added. * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Added. * platform/mac-lion/accessibility/table-sections-expected.txt: Added. * platform/mac-lion/fast/dom/Window: Added. * platform/mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added. * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Added. * platform/mac-wk2/fast/dom/Window: Added. * platform/mac-wk2/fast/dom/Window/webkitConvertPoint-expected.txt: Added. * platform/mac/accessibility/image-link-expected.txt: * platform/mac/accessibility/internal-link-anchors2-expected.txt: * platform/mac/accessibility/table-detection-expected.txt: * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: 2013-02-12 Levi Weintraub ASSERTION FAILED: !object || object->isBox(), UNKNOWN in WebCore::RenderListItem::positionListMarker https://bugs.webkit.org/show_bug.cgi?id=108699 Reviewed by Abhishek Arya. * fast/multicol/span/list-multi-column-crash-expected.txt: Added. * fast/multicol/span/list-multi-column-crash.html: Added. 2013-02-12 Vivek Galatage Web Inspector: JavaScript execution disabled by browser/UA should be notified to the front-end https://bugs.webkit.org/show_bug.cgi?id=109402 Reviewed by Yury Semikhatsky. Tests that whenever Script Execution state is changed outside inspector, its notified to the Inspector front-end. * inspector/script-execution-state-change-notification-expected.txt: Added. * inspector/script-execution-state-change-notification.html: Added. 2013-02-12 Uday Kiran Background size width specified in viewport percentage units not working https://bugs.webkit.org/show_bug.cgi?id=109536 Reviewed by Antti Koivisto. Added a test for background image width specified in viewport percentage unit. * fast/backgrounds/size/backgroundSize-viewportPercentage-width-expected.html: Added. * fast/backgrounds/size/backgroundSize-viewportPercentage-width.html: Added. 2013-02-12 Pablo Flouret Handle error recovery in @supports https://bugs.webkit.org/show_bug.cgi?id=103934 Reviewed by Antti Koivisto. * css3/supports-cssom.html: * css3/supports-expected.txt: * css3/supports.html: 2013-02-12 Emil A Eklund TransformState::move should not round offset to int https://bugs.webkit.org/show_bug.cgi?id=108266 Reviewed by Simon Fraser. Add new tests for Element::boundingClientRect and clip rects for elements on subpixel boundaries. * fast/dom/Window/webkitConvertPoint.html: * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Update test and expectations to take new rounding into account. * fast/sub-pixel/boundingclientrect-subpixel-margin-expected.txt: Added. * fast/sub-pixel/boundingclientrect-subpixel-margin.html: Added. Add test ensuring that boundingClientRect returns accurate and precise (as opposed to rounded) metrics. * fast/sub-pixel/clip-rect-box-consistent-rounding-expected.html: Added. * fast/sub-pixel/clip-rect-box-consistent-rounding.html: Added. Add test ensuring that clip rects and elements use consistent rounding. 2013-02-12 Rafael Weinstein [HTMLTemplateElement]