+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