Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 138937) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,3 +1,204 @@ |
+2012-12-17 Mathew Dempsky <mdempsky@google.com> |
+ |
+ Regression causing DOM objects to have unstable NPObject* references with v8 bindings |
+ https://bugs.webkit.org/show_bug.cgi?id=104921 |
+ |
+ Reviewed by Kentaro Hara. |
+ |
+ Add variant of embed-property-equality test to verify that the |
+ test still passes when the object being tested for equality |
+ has already been remembered by a plugin from a different |
+ JavaScript context. |
+ |
+ * plugins/npruntime/embed-property-iframe-equality.html: Added. |
+ * plugins/npruntime/embed-property-iframe-equality-expected.txt: Added. |
+ |
+2012-12-17 Filip Pizlo <fpizlo@apple.com> |
+ |
+ DFG is too aggressive with eliding overflow checks in loops |
+ https://bugs.webkit.org/show_bug.cgi?id=105226 |
+ |
+ Reviewed by Mark Hahnenberg and Oliver Hunt. |
+ |
+ * fast/js/dfg-int-overflow-in-loop-expected.txt: Added. |
+ * fast/js/dfg-int-overflow-in-loop.html: Added. |
+ * fast/js/jsc-test-list: |
+ * fast/js/script-tests/dfg-int-overflow-in-loop.js: Added. |
+ (foo): |
+ |
+2012-12-17 Chris Fleizach <cfleizach@apple.com> |
+ |
+ Seamless iframe should not announce a new browsing context |
+ https://bugs.webkit.org/show_bug.cgi?id=86317 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ * platform/mac/accessibility/seamless-iframe-expected.txt: Added. |
+ * platform/mac/accessibility/seamless-iframe.html: Added. |
+ |
+2012-12-17 KyungTae Kim <ktf.kim@samsung.com> |
+ |
+ Percentage width replaced element incorrectly rendered when intrinsic size changed |
+ https://bugs.webkit.org/show_bug.cgi?id=102784 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ Add test to check when the source of images with percentage width is changed. |
+ |
+ * fast/css/percent-width-img-src-change.html: Added. |
+ * fast/css/percent-width-img-src-change-expected.txt: Added. |
+ |
+2012-12-17 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Fix repositioning of fixed elements on zooming |
+ https://bugs.webkit.org/show_bug.cgi?id=105223 |
+ |
+ Reviewed by Beth Dakin. |
+ |
+ Testcase that zoomed with fixed-position elements. |
+ |
+ * platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Added. |
+ * platform/mac/tiled-drawing/fixed/four-bars-zoomed.html: Added. |
+ |
+2012-12-17 Dima Gorbik <dgorbik@apple.com> |
+ |
+ Implement matching cue by the class name with ::cue pseudo element |
+ https://bugs.webkit.org/show_bug.cgi?id=104191 |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ Verify that ::cue pseudo-element accepts a simple-selector list that matches cue objects by the a class. |
+ |
+ * media/track/captions-webvtt/styling.vtt: |
+ * media/track/track-css-matching-expected.txt: Added. |
+ * media/track/track-css-matching.html: Added. |
+ |
+2012-12-14 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Layout Test editing/selection/move-by-character-crash-test-textarea.html is flaky |
+ https://bugs.webkit.org/show_bug.cgi?id=104951 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ The problem was that editing/selection/move-by-character-6.html was running editing commands |
+ in a timer without making the test runner wait. Fixed the bug by calling waitUntilDone and |
+ notifyDone at appropriate places in editing.js. |
+ |
+ We don't need to rebaseline other tests since this is the only test that uses commandDelay. |
+ |
+ * editing/editing.js: |
+ (setSelectionCommand): |
+ (transposeCharactersCommand): |
+ (moveSelectionLeftByCharacterCommand): |
+ (moveSelectionRightByCharacterCommand): |
+ (extendSelectionLeftByCharacterCommand): |
+ (extendSelectionRightByCharacterCommand): |
+ (moveSelectionForwardByCharacterCommand): |
+ (extendSelectionForwardByCharacterCommand): |
+ (moveSelectionForwardByWordCommand): |
+ (extendSelectionForwardByWordCommand): |
+ (moveSelectionForwardBySentenceCommand): |
+ (extendSelectionForwardBySentenceCommand): |
+ (moveSelectionForwardByLineCommand): |
+ (extendSelectionForwardByLineCommand): |
+ (moveSelectionForwardByLineBoundaryCommand): |
+ (extendSelectionForwardByLineBoundaryCommand): |
+ (moveSelectionBackwardByCharacterCommand): |
+ (extendSelectionBackwardByCharacterCommand): |
+ (moveSelectionBackwardByWordCommand): |
+ (extendSelectionBackwardByWordCommand): |
+ (moveSelectionBackwardBySentenceCommand): |
+ (extendSelectionBackwardBySentenceCommand): |
+ (moveSelectionBackwardByLineCommand): |
+ (extendSelectionBackwardByLineCommand): |
+ (extendSelectionBackwardByLineBoundaryCommand): |
+ (moveSelectionBackwardByLineBoundaryCommand): |
+ (boldCommand): |
+ (underlineCommand): |
+ (fontNameCommand): |
+ (fontSizeCommand): |
+ (fontSizeDeltaCommand): |
+ (italicCommand): |
+ (justifyCenterCommand): |
+ (justifyLeftCommand): |
+ (justifyRightCommand): |
+ (insertHTMLCommand): |
+ (insertImageCommand): |
+ (insertLineBreakCommand): |
+ (insertParagraphCommand): |
+ (insertNewlineInQuotedContentCommand): |
+ (typeCharacterCommand): |
+ (selectAllCommand): |
+ (strikethroughCommand): |
+ (undoCommand): |
+ (redoCommand): |
+ (changeRootSize): |
+ (cutCommand): |
+ (copyCommand): |
+ (pasteCommand): |
+ (createLinkCommand): |
+ (unlinkCommand): |
+ (pasteAndMatchStyleCommand): |
+ (deleteCommand): |
+ (forwardDeleteCommand): |
+ (backColorCommand): |
+ (foreColorCommand): |
+ (executeCommand): |
+ * platform/mac/editing/selection/move-by-character-6-expected.txt: Rebaselined. |
+ |
+2012-12-17 Filip Pizlo <fpizlo@apple.com> |
+ |
+ javascript integer overflow |
+ https://bugs.webkit.org/show_bug.cgi?id=104967 |
+ |
+ Reviewed by Mark Hahnenberg. |
+ |
+ * fast/js/dfg-put-scoped-var-backward-flow-expected.txt: Added. |
+ * fast/js/dfg-put-scoped-var-backward-flow.html: Added. |
+ * fast/js/jsc-test-list: |
+ * fast/js/script-tests/dfg-put-scoped-var-backward-flow.js: Added. |
+ (sum): |
+ |
+2012-12-17 Tab Atkins <jackalmage@gmail.com> |
+ |
+ Chromium rebaseline fast/gradients/css3-linear-angle-gradients.html |
+ https://bugs.webkit.org/show_bug.cgi?id=105211 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed. |
+ * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed. |
+ * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png: |
+ * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png: |
+ |
+2012-12-17 Dominic Mazzoni <dmazzoni@google.com> |
+ |
+ AX: textUnderElement should consider alt text, but skip links and controls |
+ https://bugs.webkit.org/show_bug.cgi?id=101650 |
+ |
+ Reviewed by Chris Fleizach. |
+ |
+ Adds new tests to show that getting inner text from an element |
+ now ignores focusable descendants and containers, but uses alternative |
+ text. |
+ |
+ Updates and rebaselines several tests to reflect the new logic. |
+ Skips these tests on GTK until support for the object replacement |
+ character can be added. |
+ |
+ * accessibility/button-title-uses-inner-img-alt-expected.txt: Added. |
+ * accessibility/button-title-uses-inner-img-alt.html: Added. |
+ * accessibility/focusable-div-expected.txt: Extended with more test cases. |
+ * accessibility/focusable-div.html: Extended with more test cases. |
+ * platform/chromium/TestExpectations: Un-skip test that now passes. |
+ * platform/chromium/accessibility/image-link-expected.txt: Rebaseline |
+ * platform/mac/accessibility/image-link-expected.txt: Rebaseline |
+ * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline |
+ * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline |
+ * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix |
+ * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline |
+ * platform/gtk/TestExpectations: Skip these tests until this feature is implemented for GTK. |
+ |
2012-12-17 Levi Weintraub <leviw@chromium.org> |
Add support for tracking hit test rectangles to enable fast event rejection in the compositor |