+2015-09-04 Commit Queue <commit-queue@webkit.org>
+
+ Unreviewed, rolling out r189386.
+ https://bugs.webkit.org/show_bug.cgi?id=148883
+
+ Made several event dispatch tests assert (Requested by ap on
+ #webkit).
+
+ Reverted changeset:
+
+ "dispatchEvent() should throw an InvalidStateError if the
+ event's initialized flag is not set"
+ https://bugs.webkit.org/show_bug.cgi?id=148800
+ http://trac.webkit.org/changeset/189386
+
+2015-09-04 Zalan Bujtas <zalan@apple.com>
+
+ Repaint cleanup:
+
+ layer-child-outline.html -> reftest
+ layer-full-repaint.html -> reftest
+ layer-hide-when-needs-layout.html -> reftest
+ layer-visibility.html -> reftest
+ layout-state-only-positioned.html -> reftest
+ layout-state-relative.html -> reftest
+ layout-state-scrolloffset.html -> reftest
+ layout-state-scrolloffset2.html -> reftest
+ layout-state-scrolloffset3.html -> reftest
+
+ * fast/repaint/layer-child-outline-expected.html: Added.
+ * fast/repaint/layer-child-outline.html:
+ * fast/repaint/layer-full-repaint-expected.html: Added.
+ * fast/repaint/layer-full-repaint-expected.txt: Removed.
+ * fast/repaint/layer-full-repaint.html:
+ * fast/repaint/layer-hide-when-needs-layout-expected.html: Added.
+ * fast/repaint/layer-hide-when-needs-layout-expected.png: Removed.
+ * fast/repaint/layer-hide-when-needs-layout-expected.txt: Removed.
+ * fast/repaint/layer-hide-when-needs-layout.html:
+ * fast/repaint/layer-visibility-expected.html: Added.
+ * fast/repaint/layer-visibility-expected.png: Removed.
+ * fast/repaint/layer-visibility-expected.txt: Removed.
+ * fast/repaint/layer-visibility.html:
+ * fast/repaint/layout-state-only-positioned-expected.html: Added.
+ * fast/repaint/layout-state-only-positioned-expected.txt: Removed.
+ * fast/repaint/layout-state-only-positioned.html:
+ * fast/repaint/layout-state-relative-expected.html: Added.
+ * fast/repaint/layout-state-relative.html:
+ * fast/repaint/layout-state-scrolloffset-expected.html: Added.
+ * fast/repaint/layout-state-scrolloffset.html:
+ * fast/repaint/layout-state-scrolloffset2-expected.html: Added.
+ * fast/repaint/layout-state-scrolloffset2.html:
+ * fast/repaint/layout-state-scrolloffset3-expected.html: Added.
+ * fast/repaint/layout-state-scrolloffset3.html:
+ * platform/efl/fast/repaint/layer-child-outline-expected.png: Removed.
+ * platform/efl/fast/repaint/layer-child-outline-expected.txt: Removed.
+ * platform/efl/fast/repaint/layout-state-only-positioned-expected.png: Removed.
+ * platform/efl/fast/repaint/layout-state-relative-expected.png: Removed.
+ * platform/efl/fast/repaint/layout-state-relative-expected.txt: Removed.
+ * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png: Removed.
+ * platform/efl/fast/repaint/layout-state-scrolloffset-expected.txt: Removed.
+ * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png: Removed.
+ * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.txt: Removed.
+ * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png: Removed.
+ * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.txt: Removed.
+ * platform/gtk/fast/repaint/layer-child-outline-expected.png: Removed.
+ * platform/gtk/fast/repaint/layer-child-outline-expected.txt: Removed.
+ * platform/gtk/fast/repaint/layout-state-only-positioned-expected.png: Removed.
+ * platform/gtk/fast/repaint/layout-state-relative-expected.png: Removed.
+ * platform/gtk/fast/repaint/layout-state-relative-expected.txt: Removed.
+ * platform/gtk/fast/repaint/layout-state-scrolloffset-expected.png: Removed.
+ * platform/gtk/fast/repaint/layout-state-scrolloffset-expected.txt: Removed.
+ * platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.png: Removed.
+ * platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.txt: Removed.
+ * platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.png: Removed.
+ * platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.txt: Removed.
+ * platform/mac-wk2/fast/repaint/layer-hide-when-needs-layout-expected.txt: Removed.
+ * platform/mac/fast/repaint/layer-child-outline-expected.png: Removed.
+ * platform/mac/fast/repaint/layer-child-outline-expected.txt: Removed.
+ * platform/mac/fast/repaint/layer-hide-when-needs-layout-expected.png: Removed.
+ * platform/mac/fast/repaint/layer-visibility-expected.png: Removed.
+ * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Removed.
+ * platform/mac/fast/repaint/layout-state-relative-expected.png: Removed.
+ * platform/mac/fast/repaint/layout-state-relative-expected.txt: Removed.
+ * platform/mac/fast/repaint/layout-state-scrolloffset-expected.png: Removed.
+ * platform/mac/fast/repaint/layout-state-scrolloffset-expected.txt: Removed.
+ * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.png: Removed.
+ * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt: Removed.
+ * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.png: Removed.
+ * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.txt: Removed.
+ * platform/win/fast/repaint/layer-child-outline-expected.txt: Removed.
+ * platform/win/fast/repaint/layout-state-relative-expected.txt: Removed.
+ * platform/win/fast/repaint/layout-state-scrolloffset-expected.txt: Removed.
+ * platform/win/fast/repaint/layout-state-scrolloffset2-expected.txt: Removed.
+ * platform/win/fast/repaint/layout-state-scrolloffset3-expected.txt: Removed.
+
+2015-09-04 Joseph Pecoraro <pecoraro@apple.com>
+
+ Web Inspector: Add tests for DOM highlight commands
+ https://bugs.webkit.org/show_bug.cgi?id=148786
+
+ Reviewed by Timothy Hatcher.
+
+ * inspector/dom/hideHighlight-expected.txt: Added.
+ * inspector/dom/hideHighlight.html: Added.
+ * inspector/dom/highlightFrame-expected.txt: Added.
+ * inspector/dom/highlightFrame.html: Added.
+ * inspector/dom/highlightNode-expected.txt: Added.
+ * inspector/dom/highlightNode.html: Added.
+ * inspector/dom/highlightQuad-expected.txt: Added.
+ * inspector/dom/highlightQuad.html: Added.
+ * inspector/dom/highlightRect-expected.txt: Added.
+ * inspector/dom/highlightRect.html: Added.
+ * inspector/dom/highlightSelector-expected.txt:
+ * inspector/dom/highlightSelector.html:
+ * inspector/dom/resources/highlight-iframe.html: Renamed from LayoutTests/inspector/dom/resources/highlightSelector-iframe.html.
+
+2015-09-04 Joseph Pecoraro <pecoraro@apple.com>
+
+ Web Inspector: Test Runtime.saveResult and $n values
+ https://bugs.webkit.org/show_bug.cgi?id=148837
+
+ Reviewed by Timothy Hatcher.
+
+ * inspector/runtime/parse.html: Remove unncessary debug flag.
+ * inspector/runtime/saveResult-expected.txt: Added.
+ * inspector/runtime/saveResult.html: Added.
+
+2015-09-04 Chris Dumez <cdumez@apple.com>
+
+ Unreviewed, land baseline for one of the newly imported w3c tests.
+
+ * http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-insert-into-iframe-expected.txt: Added.
+
+2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
+
+ Import a Chromium <input type=color> test.
+ https://bugs.webkit.org/show_bug.cgi?id=148844
+
+ Reviewed by Andy Estes.
+
+ * fast/forms/color/color-suggestion-picker-crash-on-set-value-expected.txt: Added.
+ * fast/forms/color/color-suggestion-picker-crash-on-set-value.html: Added.
+
+2015-09-04 Dean Jackson <dino@apple.com>
+
+ [WebGL] Update WebGL 1.0.3 conformance tests
+ https://bugs.webkit.org/show_bug.cgi?id=148858
+ <rdar://problem/22588694>
+
+ Reviewed by Beth Dakin.
+
+ Update to the final version of the 1.0.3 WebGL conformance suite.
+ At the same time, unskip the tests (other than the one that crashes)
+ and check in results that we can use as progressions (later).
+
+ * platform/mac/TestExpectations:
+ * webgl/1.0.3/conformance/extensions/oes-texture-half-float-expected.txt:
+ * webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt:
+ * webgl/1.0.3/conformance/extensions/webgl-draw-buffers-expected.txt:
+ * webgl/1.0.3/conformance/glsl/misc/shader-struct-scope-expected.txt:
+ * webgl/1.0.3/conformance/glsl/misc/shaders-with-invariance-expected.txt:
+ * webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt:
+ * webgl/1.0.3/conformance/glsl/misc/struct-nesting-of-variable-names-expected.txt:
+ * webgl/1.0.3/conformance/renderbuffers/feedback-loop-expected.txt:
+ * webgl/1.0.3/conformance/textures/texture-copying-feedback-loops-expected.txt:
+ * webgl/1.0.3/resources/webgl_test_files/conformance/extensions/angle-instanced-arrays.html:
+ * webgl/1.0.3/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html:
+ * webgl/1.0.3/resources/webgl_test_files/conformance/glsl/misc/ternary-operators-in-global-initializers.html:
+ * webgl/1.0.3/resources/webgl_test_files/conformance/misc/bad-arguments-test.html:
+ * webgl/1.0.3/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html:
+ * webgl/1.0.3/resources/webgl_test_files/conformance/more/unit.js:
+ * webgl/1.0.3/resources/webgl_test_files/conformance/ogles/ogles-utils.js:
+ (OpenGLESTestRunner):
+ * webgl/1.0.3/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html:
+ * webgl/1.0.3/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html:
+ * webgl/1.0.3/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-worker.js:
+ (onmessage):
+ * webgl/1.0.3/resources/webgl_test_files/webgl-conformance-tests.html:
+
+2015-09-04 Beth Dakin <bdakin@apple.com>
+
+ Forgot to mark these expectations.
+
+ * TestExpectations:
+ * platform/mac-wk2/TestExpectations:
+
+2015-09-04 Chris Dumez <cdumez@apple.com>
+
+ Unreviewed, add bug number for http/tests/w3c/html/semantics/embedded-content/the-video-element/video_initially_paused.html
+
+ * TestExpectations:
+
+2015-09-04 Alexey Proskuryakov <ap@apple.com>
+
+ Fix lint warnings on iOS.
+
+ This enables the correct expectation for fast/events/scroll-in-scaled-page-with-overflow-hidden.html.
+ As for other tests, I went with the expectation that was currently in effect.
+
+ * platform/ios-simulator-wk1/TestExpectations:
+ * platform/ios-simulator-wk2/TestExpectations:
+ * platform/ios-simulator/TestExpectations:
+
+2015-09-04 Chris Dumez <cdumez@apple.com>
+
+ Unreviewed, add bug number for http/tests/w3c/html/semantics/embedded-content/the-embed-element/embed-represent-nothing*.html
+
+ * TestExpectations:
+
+2015-09-04 Eric Carlson <eric.carlson@apple.com>
+
+ [mediacontrols] Test AirPlay picker button
+ https://bugs.webkit.org/show_bug.cgi?id=148836
+
+ Reviewed by Dean Jackson.
+
+ * media/controls/airplay-picker-expected.txt: New test.
+ * media/controls/airplay-picker.html: New results.
+
+2015-09-04 Beth Dakin <bdakin@apple.com>
+
+ Should have a test to make sure links don't navigate after a cancelled force
+ click
+ https://bugs.webkit.org/show_bug.cgi?id=148846
+
+ Reviewed by Tim Horton.
+
+ * fast/events/cancelled-force-click-link-navigation-expected.txt: Added.
+ * fast/events/cancelled-force-click-link-navigation.html: Added.
+
+2015-09-04 Chris Dumez <cdumez@apple.com>
+
+ Unreviewed, add bug number for http/tests/w3c/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html
+
+ * TestExpectations:
+
+2015-09-04 Chris Dumez <cdumez@apple.com>
+
+ Unreviewed, add bug number for http/tests/w3c/html/semantics/document-metadata/the-style-element/html_style_in_comment.html
+
+ * TestExpectations:
+
+2015-09-04 Beth Dakin <bdakin@apple.com>
+
+ These tests should be skipped at the LayoutTests level and re-enabled for
+ WK2.
+
+ Rubber-stamped by Tim Horton.
+
+ * TestExpectations:
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/mac-mavericks/TestExpectations:
+ * platform/mac-wk1/TestExpectations:
+ * platform/mac-wk2/TestExpectations:
+ * platform/win/TestExpectations:
+
+2015-09-04 Chris Dumez <cdumez@apple.com>
+
+ Import html/semantics test cases from W3C
+ https://bugs.webkit.org/show_bug.cgi?id=148822
+ <rdar://problem/22583647>
+
+ Reviewed by Ryosuke Niwa.
+
+ Import 486 html/semantics test cases from W3C.
+ They take ~30 seconds to run on my MacBookPro.
+
+ * TestExpectations:
+ * http/tests/w3c/html/semantics/*: Added.
+
+2015-09-04 Tim Horton <timothy_horton@apple.com>
+
+ Fix style error in last commit.
+
+ * swipe/resources/swipe-test.js:
+ (eventQueue.callAfterEventDispatch):
+
+2015-09-04 Tim Horton <timothy_horton@apple.com>
+
+ Add a test for r179736 (programmatic navigation during swipe causing a crash)
+ https://bugs.webkit.org/show_bug.cgi?id=148830
+
+ Reviewed by Beth Dakin.
+
+ * swipe/basic-cached-back-swipe.html:
+ * swipe/pushState-cached-back-swipe.html:
+ * swipe/resources/swipe-test.js:
+ (eventQueue.callAfterEventDispatch):
+ (initializeSwipeTest):
+ (initializeLog): Deleted.
+ * swipe/swipe-start-hysteresis-failures.html:
+ Refactor some things.
+ Make sure that we reset the back forward list before testing, because we expect
+ to start at the "first" item, but there is actually a about:blank before us.
+
+ * swipe/pushState-programmatic-back-while-swiping-crash-expected.txt: Added.
+ * swipe/pushState-programmatic-back-while-swiping-crash.html: Added.
+ Add a test that ensures that r179736 does not recur.
+
+2015-09-04 Beth Dakin <bdakin@apple.com>
+
+ Should have a test for selection behavior when force clicking text
+ https://bugs.webkit.org/show_bug.cgi?id=148832
+
+ Reviewed by Tim Horton.
+
+ * fast/events/force-click-text-selection-behavior-expected.txt: Added.
+ * fast/events/force-click-text-selection-behavior.html: Added.
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/ios-simulator/TestExpectations:
+ * platform/mac-mavericks/TestExpectations:
+ * platform/mac-wk1/TestExpectations:
+ * platform/mac-wk2/TestExpectations:
+ * platform/win/TestExpectations:
+
+2015-09-04 Beth Dakin <bdakin@apple.com>
+
+ Should have a test for selection behavior when deep clicking a link
+ https://bugs.webkit.org/show_bug.cgi?id=148827
+
+ Reviewed by Tim Horton.
+
+ * fast/events/force-click-link-selection-behavior-expected.txt: Added.
+ * fast/events/force-click-link-selection-behavior.html: Added.
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/ios-simulator/TestExpectations:
+ * platform/mac-mavericks/TestExpectations:
+ * platform/mac-wk1/TestExpectations:
+ * platform/win/TestExpectations:
+
+2015-09-04 Beth Dakin <bdakin@apple.com>
+
+ Rolling this back in since these tests do still fail on the bots.
+
+ * platform/mac-wk2/TestExpectations:
+
+2015-09-04 Chris Dumez <cdumez@apple.com>
+
+ dispatchEvent() should throw an InvalidStateError if the event's initialized flag is not set
+ https://bugs.webkit.org/show_bug.cgi?id=148800
+ <rdar://problem/22565782>
+ <rdar://problem/22565485>
+
+ Reviewed by Geoffrey Garen.
+
+ * dom/html/level2/events/dispatchEvent02-expected.txt:
+ * dom/html/level2/events/dispatchEvent03-expected.txt:
+ * dom/html/level2/events/dispatchEvent04-expected.txt:
+ * dom/html/level2/events/dispatchEvent05-expected.txt:
+ * dom/html/level2/events/dispatchEvent06-expected.txt:
+ * dom/html/level2/events/dispatchEvent07-expected.txt:
+ * dom/xhtml/level2/events/dispatchEvent02-expected.txt:
+ * dom/xhtml/level2/events/dispatchEvent03-expected.txt:
+ * dom/xhtml/level2/events/dispatchEvent04-expected.txt:
+ * dom/xhtml/level2/events/dispatchEvent05-expected.txt:
+ * dom/xhtml/level2/events/dispatchEvent06-expected.txt:
+ * dom/xhtml/level2/events/dispatchEvent07-expected.txt:
+ Rebaseline, those tests are outdated and their expected results no
+ longer matches the behavior of the latest DOM specification.
+
+ * fast/dom/DOMException/EventException-expected.txt: Removed.
+ * fast/dom/DOMException/EventException.html: Removed.
+ * fast/dom/DOMException/resources/EventException.js: Removed.
+ Drop this test we no longer throw an EventException in this case.
+
+ * fast/dom/Window/dispatchEvent-expected.txt:
+ Rebaseline.
+
+ * fast/events/dispatch-event-being-dispatched-expected.txt:
+ * fast/events/dispatch-event-being-dispatched.html:
+ Fix the test to expect the new exception types.
+
+ * http/tests/w3c/dom/events/Event-type-empty-expected.txt:
+ * http/tests/w3c/dom/events/EventTarget-dispatchEvent-expected.txt:
+ Rebaseline.
+
+2015-09-04 Ryosuke Niwa <rniwa@webkit.org>
+
+ Triage some of the failures of the CSS WG's multicolumn tests imported in r189364.
+
+ * TestExpectations:
+
+2015-09-04 Alexey Proskuryakov <ap@apple.com>
+
+ Test Serbian ".срб" domain support
+ https://bugs.webkit.org/show_bug.cgi?id=148761
+ <rdar://problem/22569849>
+
+ Reviewed by Tim Horton.
+
+ * fast/url/user-visible/srb-expected.txt: Added.
+ * fast/url/user-visible/srb.html: Added.
+
+2015-09-04 Beth Dakin <bdakin@apple.com>
+
+ Rubber-stamped by Tim Horton.
+
+ The bots appear to have a new enough SDK now.
+ * platform/mac-wk2/TestExpectations:
+
+2015-09-04 Zalan Bujtas <zalan@apple.com>
+
+ Repaint cleanup:
+ gradients-em-stops-repaint.html -> reftest
+ hover-pseudo-borders.html -> reftest
+ inline-block-resize.html -> reftest
+ inline-color-change.html -> reftest
+ inline-outline-repaint.html -> reftest
+ inline-relative-positioned.html -> reftest
+ intermediate-layout-position-clip.html -> reftest
+ intermediate-layout-position.html -> reftest
+ invisible-objects.html -> reftest
+
+ Unreviewed.
+
+ * fast/repaint/gradients-em-stops-repaint-expected.html: Added.
+ * fast/repaint/gradients-em-stops-repaint.html:
+ * fast/repaint/hover-pseudo-borders-expected.html: Added.
+ * fast/repaint/hover-pseudo-borders.html:
+ * fast/repaint/inline-block-resize-expected.html: Added.
+ * fast/repaint/inline-block-resize-expected.png: Removed.
+ * fast/repaint/inline-block-resize-expected.txt: Removed.
+ * fast/repaint/inline-block-resize.html:
+ * fast/repaint/inline-color-change-expected.html: Added.
+ * fast/repaint/inline-color-change.html:
+ * fast/repaint/inline-outline-repaint-expected.html: Added.
+ * fast/repaint/inline-outline-repaint.html:
+ * fast/repaint/inline-relative-positioned-expected.html: Added.
+ * fast/repaint/inline-relative-positioned-expected.png: Removed.
+ * fast/repaint/inline-relative-positioned-expected.txt: Removed.
+ * fast/repaint/inline-relative-positioned.html:
+ * fast/repaint/intermediate-layout-position-clip-expected.html: Added.
+ * fast/repaint/intermediate-layout-position-clip-expected.png: Removed.
+ * fast/repaint/intermediate-layout-position-clip-expected.txt: Removed.
+ * fast/repaint/intermediate-layout-position-clip.html:
+ * fast/repaint/intermediate-layout-position-expected.html: Added.
+ * fast/repaint/intermediate-layout-position-expected.txt: Removed.
+ * fast/repaint/intermediate-layout-position.html:
+ * fast/repaint/invisible-objects-expected.html: Added.
+ * fast/repaint/invisible-objects-expected.txt: Removed.
+ * fast/repaint/invisible-objects.html:
+ * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
+ * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.txt: Removed.
+ * platform/efl/fast/repaint/hover-pseudo-borders-expected.png: Removed.
+ * platform/efl/fast/repaint/hover-pseudo-borders-expected.txt: Removed.
+ * platform/efl/fast/repaint/inline-color-change-expected.png: Removed.
+ * platform/efl/fast/repaint/inline-color-change-expected.txt: Removed.
+ * platform/efl/fast/repaint/inline-outline-repaint-expected.png: Removed.
+ * platform/efl/fast/repaint/inline-outline-repaint-expected.txt: Removed.
+ * platform/efl/fast/repaint/inline-relative-positioned-expected.txt: Removed.
+ * platform/efl/fast/repaint/intermediate-layout-position-expected.png: Removed.
+ * platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
+ * platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.txt: Removed.
+ * platform/gtk/fast/repaint/hover-pseudo-borders-expected.png: Removed.
+ * platform/gtk/fast/repaint/hover-pseudo-borders-expected.txt: Removed.
+ * platform/gtk/fast/repaint/inline-color-change-expected.png: Removed.
+ * platform/gtk/fast/repaint/inline-color-change-expected.txt: Removed.
+ * platform/gtk/fast/repaint/inline-outline-repaint-expected.png: Removed.
+ * platform/gtk/fast/repaint/inline-outline-repaint-expected.txt: Removed.
+ * platform/gtk/fast/repaint/inline-relative-positioned-expected.png: Removed.
+ * platform/gtk/fast/repaint/inline-relative-positioned-expected.txt: Removed.
+ * platform/gtk/fast/repaint/intermediate-layout-position-expected.png: Removed.
+ * platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.png: Removed.
+ * platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.txt: Removed.
+ * platform/mac-wk2/fast/repaint/invisible-objects-expected.txt: Removed.
+ * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
+ * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt: Removed.
+ * platform/mac/fast/repaint/hover-pseudo-borders-expected.png: Removed.
+ * platform/mac/fast/repaint/hover-pseudo-borders-expected.txt: Removed.
+ * platform/mac/fast/repaint/inline-block-resize-expected.png: Removed.
+ * platform/mac/fast/repaint/inline-color-change-expected.png: Removed.
+ * platform/mac/fast/repaint/inline-color-change-expected.txt: Removed.
+ * platform/mac/fast/repaint/inline-outline-repaint-expected.png: Removed.
+ * platform/mac/fast/repaint/inline-outline-repaint-expected.txt: Removed.
+ * platform/mac/fast/repaint/intermediate-layout-position-clip-expected.png: Removed.
+ * platform/mac/fast/repaint/intermediate-layout-position-expected.png: Removed.
+ * platform/mac/fast/repaint/invisible-objects-expected.png: Removed.
+ * platform/win/fast/repaint/inline-color-change-expected.txt: Removed.
+ * platform/win/fast/repaint/inline-outline-repaint-expected.txt: Removed.
+
+2015-09-04 Joseph Pecoraro <pecoraro@apple.com>
+
+ Web Inspector: Expand Console domain test coverage
+ https://bugs.webkit.org/show_bug.cgi?id=148740
+
+ Reviewed by Brian Burg.
+
+ Test more Console domain commands and events.
+
+ * inspector/console/addInspectedNode-expected.txt: Added.
+ * inspector/console/addInspectedNode.html: Added.
+ * inspector/console/clearMessages-expected.txt: Added.
+ * inspector/console/clearMessages.html: Added.
+ * inspector/console/messageRepeatCountUpdated-expected.txt: Added.
+ * inspector/console/messageRepeatCountUpdated.html: Added.
+ * inspector/console/messagesCleared-expected.txt: Added.
+ * inspector/console/messagesCleared.html: Added.
+
+2015-09-04 Jer Noble <jer.noble@apple.com>
+
+ Unreviewed gardening; enabling media/ and http/tests/media/ tests (with expected failures) on ios-simulator
+
+ * platform/ios-simulator/TestExpectations:
+ * platform/ios-simulator/http/tests/media/hls/video-controls-live-stream-expected.txt: Added.
+ * platform/ios-simulator/media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added.
+ * platform/ios-simulator/media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added.
+ * platform/ios-simulator/media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added.
+ * platform/ios-simulator/media/audio-controls-rendering-expected.png: Added.
+ * platform/ios-simulator/media/audio-controls-rendering-expected.txt: Added.
+ * platform/ios-simulator/media/audio-repaint-expected.txt: Added.
+ * platform/ios-simulator/media/controls-after-reload-expected.png: Added.
+ * platform/ios-simulator/media/controls-after-reload-expected.txt: Added.
+ * platform/ios-simulator/media/controls-layout-direction-expected.png: Added.
+ * platform/ios-simulator/media/controls-strict-expected.png: Added.
+ * platform/ios-simulator/media/controls-strict-expected.txt: Added.
+ * platform/ios-simulator/media/controls-strict-mode-expected.txt: Added.
+ * platform/ios-simulator/media/controls-styling-expected.png: Added.
+ * platform/ios-simulator/media/controls-styling-expected.txt: Added.
+ * platform/ios-simulator/media/controls-styling-strict-expected.png: Added.
+ * platform/ios-simulator/media/controls-styling-strict-expected.txt: Added.
+ * platform/ios-simulator/media/controls-without-preload-expected.png: Added.
+ * platform/ios-simulator/media/controls-without-preload-expected.txt: Added.
+ * platform/ios-simulator/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
+ * platform/ios-simulator/media/media-can-play-wav-audio-expected.txt: Added.
+ * platform/ios-simulator/media/media-can-play-webm-expected.txt: Added.
+ * platform/ios-simulator/media/media-controls-clone-expected.png: Added.
+ * platform/ios-simulator/media/media-controls-clone-expected.txt: Added.
+ * platform/ios-simulator/media/media-document-audio-repaint-expected.png: Added.
+ * platform/ios-simulator/media/track/track-cue-rendering-horizontal-expected.png: Added.
+ * platform/ios-simulator/media/track/track-cue-rendering-horizontal-expected.txt: Added.
+ * platform/ios-simulator/media/track/track-cue-rendering-vertical-expected.png: Added.
+ * platform/ios-simulator/media/track/track-cue-rendering-vertical-expected.txt: Added.
+ * platform/ios-simulator/media/track/track-in-band-subtitles-too-large-expected.png: Added.
+ * platform/ios-simulator/media/video-aspect-ratio-expected.png: Added.
+ * platform/ios-simulator/media/video-aspect-ratio-expected.txt: Added.
+ * platform/ios-simulator/media/video-canvas-alpha-expected.png: Added.
+ * platform/ios-simulator/media/video-canvas-drawing-expected.png: Added.
+ * platform/ios-simulator/media/video-colorspace-yuv420-expected.png: Added.
+ * platform/ios-simulator/media/video-colorspace-yuv422-expected.png: Added.
+ * platform/ios-simulator/media/video-controls-captions-trackmenu-expected.txt: Added.
+ * platform/ios-simulator/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
+ * platform/ios-simulator/media/video-controls-captions-trackmenu-localized-expected.txt: Added.
+ * platform/ios-simulator/media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles-expected.txt: Added.
+ * platform/ios-simulator/media/video-controls-captions-trackmenu-sorted-expected.txt: Added.
+ * platform/ios-simulator/media/video-controls-no-scripting-expected.txt: Added.
+ * platform/ios-simulator/media/video-controls-rendering-expected.png: Added.
+ * platform/ios-simulator/media/video-controls-rendering-expected.txt: Added.
+ * platform/ios-simulator/media/video-display-toggle-expected.png: Added.
+ * platform/ios-simulator/media/video-display-toggle-expected.txt: Added.
+ * platform/ios-simulator/media/video-empty-source-expected.png: Added.
+ * platform/ios-simulator/media/video-empty-source-expected.txt: Added.
+ * platform/ios-simulator/media/video-frame-accurate-seek-expected.png: Added.
+ * platform/ios-simulator/media/video-layer-crash-expected.png: Added.
+ * platform/ios-simulator/media/video-layer-crash-expected.txt: Added.
+ * platform/ios-simulator/media/video-no-audio-expected.png: Added.
+ * platform/ios-simulator/media/video-no-audio-expected.txt: Added.
+ * platform/ios-simulator/media/video-playing-and-pause-expected.png: Added.
+ * platform/ios-simulator/media/video-playing-and-pause-expected.txt: Added.
+ * platform/ios-simulator/media/video-remove-insert-repaints-expected.png: Added.
+ * platform/ios-simulator/media/video-replaces-poster-expected.png: Added.
+ * platform/ios-simulator/media/video-transformed-expected.png: Added.
+ * platform/ios-simulator/media/video-transformed-expected.txt: Added.
+ * platform/ios-simulator/media/video-volume-slider-expected.png: Added.
+ * platform/ios-simulator/media/video-volume-slider-expected.txt: Added.
+ * platform/ios-simulator/media/video-zoom-controls-expected.png: Added.
+ * platform/ios-simulator/media/video-zoom-controls-expected.txt: Added.
+ * platform/ios-simulator/media/video-zoom-expected.png: Added.
+ * platform/ios-simulator/media/video-zoom-expected.txt: Added.
+ * platform/ios-simulator/media/volume-bar-empty-when-muted-expected.txt: Added.
+
+2015-09-04 Joseph Pecoraro <pecoraro@apple.com>
+
+ Web Inspector: Test RuntimeAgent.parse, detecting if a script parse error is recoverable
+ https://bugs.webkit.org/show_bug.cgi?id=148790
+
+ Reviewed by Timothy Hatcher.
+
+ * inspector/runtime/parse-expected.txt: Added.
+ * inspector/runtime/parse.html: Added.
+
+2015-09-04 Tim Horton <timothy_horton@apple.com>
+
+ swipe-start-hysteresis-failures is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=148809
+
+ Reviewed by Alexey Proskuryakov.
+
+ * swipe/swipe-start-hysteresis-failures.html:
+ * swipe/swipe-start-hysteresis-failures-expected.txt:
+ Instead of depending on the specific timing of didStartSwipe vs. the events
+ in this case, just make sure we hit it by the time the test finishes.
+
+2015-09-04 Alexey Proskuryakov <ap@apple.com>
+
+ Skip newly imported IndexedDB test on iOS WebKit1, because IndexedDB only works with WebKit2.
+
+ * platform/ios-simulator-wk1/TestExpectations:
+
+2015-09-04 Beth Dakin <bdakin@apple.com>
+
+ Need to be able to test default behaviors on force click
+ https://bugs.webkit.org/show_bug.cgi?id=148758
+
+ Reviewed by Tim Horton.
+
+ One new test that tests a regression found during the work for
+ http://trac.webkit.org/changeset/181660
+
+ * fast/events/force-click-on-link-navigation-expected.txt: Added.
+ * fast/events/force-click-on-link-navigation.html: Added.
+ * fast/events/resources/do-not-navigate-here.html: Added.
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/ios-simulator/TestExpectations:
+ * platform/mac-mavericks/TestExpectations:
+ * platform/mac-wk1/TestExpectations:
+ * platform/win/TestExpectations:
+
+2015-09-04 Ryosuke Niwa <rniwa@webkit.org>
+
+ Import new multicolumn layout tests from CSS WG testss
+ https://bugs.webkit.org/show_bug.cgi?id=148805
+
+ Reviewed by Chris Dumez.
+
+ Added test expectations for newly imported tests.
+
+ * TestExpectations:
+
+2015-09-04 Dean Jackson <dino@apple.com>
+
+ [mediacontrols] Test the ordering of elements in the controls panel
+ https://bugs.webkit.org/show_bug.cgi?id=148804
+ <rdar://problem/22579232>
+
+ Reviewed by Eric Carlson.
+
+ Add a new test that checks the visual order of the buttons and
+ elements in the controls panel. This is helpful because they
+ are not necessarily in that order within the DOM.
+
+ I also added caching of the current state to the testing helper,
+ to save generating the JSON status multiple times in subsequent
+ calls.
+
+ * media/controls/elementOrder.html: New test.
+ * media/controls/elementOrder-expected.txt: New results.
+ * media/controls/controls-test-helpers.js:
+ (ControlsTest):
+ (ControlsTest.prototype.get currentState): Added caching.
+ (ControlsTest.prototype.stateForControlsElement):
+ (ControlsTest.prototype.isGreaterThan): New test helper.
+
+2015-09-03 Dean Jackson <dino@apple.com>
+
+ [mediacontrols] Expose bounding rectangles and computed style to testing
+ https://bugs.webkit.org/show_bug.cgi?id=148755
+ <rdar://problems/22567757>
+
+ Reviewed by Eric Carlson.
+
+ Update tests to exercise the computed style and bounding rectangles.
+
+ * media/controls/controls-test-helpers.js:
+ (ControlsTest.prototype.isNotZero):
+ (ControlsTest):
+ * media/controls/statusDisplay-expected.txt:
+ * media/controls/statusDisplay.html:
+ * media/controls/statusDisplayBad-expected.txt:
+ * media/controls/statusDisplayBad.html:
+
+2015-09-04 Alexey Proskuryakov <ap@apple.com>
+
+ Add tests for different Unicode normalization forms in domain names
+ https://bugs.webkit.org/show_bug.cgi?id=148762
+ <rdar://problem/22569933>
+
+ Reviewed by Darin Adler.
+
+ * fast/url/user-visible/cyrillic-NFD-expected.txt: Added.
+ * fast/url/user-visible/cyrillic-NFD.html: Added.
+
+2015-09-04 Chris Dumez <cdumez@apple.com>
+
+ Document.body should return the first body / frameset child of the html element
+ https://bugs.webkit.org/show_bug.cgi?id=148787
+ <rdar://problem/22566850>
+
+ Reviewed by Ryosuke Niwa.
+
+ Rebaseline test now that a new check is passing.
+
+ * http/tests/w3c/html/dom/documents/dom-tree-accessors/document.body-getter-expected.txt:
+
2015-09-04 Ryosuke Niwa <rniwa@webkit.org>
Import css/css-color-3