Title: [124731] trunk/LayoutTests
Revision
124731
Author
[email protected]
Date
2012-08-05 22:10:53 -0700 (Sun, 05 Aug 2012)

Log Message

[chromium] fast/forms/focus2.html fails
https://bugs.webkit.org/show_bug.cgi?id=45061

Unreviewed. Chromium DRT sets tabsToLink to false. So, Chrimium DRT doesn't set focus to anchor.

* platform/chromium/TestExpectations: Removed fast/forms/focus2.html
* platform/chromium/fast/forms/focus2-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124730 => 124731)


--- trunk/LayoutTests/ChangeLog	2012-08-06 03:27:18 UTC (rev 124730)
+++ trunk/LayoutTests/ChangeLog	2012-08-06 05:10:53 UTC (rev 124731)
@@ -1,3 +1,13 @@
+2012-08-05  Yoshifumi Inoue  <[email protected]>
+
+        [chromium] fast/forms/focus2.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=45061
+
+        Unreviewed. Chromium DRT sets tabsToLink to false. So, Chrimium DRT doesn't set focus to anchor.
+
+        * platform/chromium/TestExpectations: Removed fast/forms/focus2.html
+        * platform/chromium/fast/forms/focus2-expected.txt: Added.
+
 2012-08-05  Fumitoshi Ukai  <[email protected]>
 
         Unreviewed test expectation updates.

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (124730 => 124731)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-06 03:27:18 UTC (rev 124730)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-06 05:10:53 UTC (rev 124731)
@@ -1991,9 +1991,6 @@
 // special-document machinery still works.
 BUGCR53546 WONTFIX LINUX : userscripts/user-script-video-document.html = TEXT
 
-// Not focusing an anchor when tab is pressed.
-BUGWK45061 : fast/forms/focus2.html = TEXT
-
 // Requires page cache.
 BUGWK45652 : fast/viewport/viewport-128.html = TIMEOUT
 

Added: trunk/LayoutTests/platform/chromium/fast/forms/focus2-expected.txt (0 => 124731)


--- trunk/LayoutTests/platform/chromium/fast/forms/focus2-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/forms/focus2-expected.txt	2012-08-06 05:10:53 UTC (rev 124731)
@@ -0,0 +1,96 @@
+This test tabs between lots of elements, printing out the events you see along the way.
+
+
+anchor
+
+PARENT DOCUMENT:
+focus event: [to] BUTTON
+keydown event: [to] BUTTON
+blur event: [to] BUTTON
+focus event: [to] CHECKBOX
+keydown event: [to] CHECKBOX
+blur event: [to] CHECKBOX
+focus event: [to] FILE
+keydown event: [to] FILE
+blur event: [to] FILE
+focus event: [to] IMAGE
+keydown event: [to] IMAGE
+blur event: [to] IMAGE
+focus event: [to] ISINDEX
+keydown event: [to] ISINDEX
+blur event: [to] ISINDEX
+focus event: [to] PASSWORD
+keydown event: [to] PASSWORD
+blur event: [to] PASSWORD
+focus event: [to] RADIO
+keydown event: [to] RADIO
+blur event: [to] RADIO
+focus event: [to] RANGE
+keydown event: [to] RANGE
+blur event: [to] RANGE
+focus event: [to] RESET
+keydown event: [to] RESET
+blur event: [to] RESET
+focus event: [to] SEARCH
+keydown event: [to] SEARCH
+blur event: [to] SEARCH
+focus event: [to] SUBMIT
+keydown event: [to] SUBMIT
+blur event: [to] SUBMIT
+focus event: [to] TEXT
+keydown event: [to] TEXT
+blur event: [to] TEXT
+focus event: [to] TEXTAREA
+keydown event: [to] TEXTAREA
+blur event: [to] TEXTAREA
+focus event: [to] DIV
+keydown event: [to] DIV
+blur event: [to] DIV
+focus event: [to] BUTTON
+blur event: [to] BUTTON
+
+IFRAME DOCUMENT:
+focus event: [to] BUTTON
+keydown event: [to] BUTTON
+blur event: [to] BUTTON
+focus event: [to] CHECKBOX
+keydown event: [to] CHECKBOX
+blur event: [to] CHECKBOX
+focus event: [to] FILE
+keydown event: [to] FILE
+blur event: [to] FILE
+focus event: [to] IMAGE
+keydown event: [to] IMAGE
+blur event: [to] IMAGE
+focus event: [to] ISINDEX
+keydown event: [to] ISINDEX
+blur event: [to] ISINDEX
+focus event: [to] PASSWORD
+keydown event: [to] PASSWORD
+blur event: [to] PASSWORD
+focus event: [to] RADIO
+keydown event: [to] RADIO
+blur event: [to] RADIO
+focus event: [to] RANGE
+keydown event: [to] RANGE
+blur event: [to] RANGE
+focus event: [to] RESET
+keydown event: [to] RESET
+blur event: [to] RESET
+focus event: [to] SEARCH
+keydown event: [to] SEARCH
+blur event: [to] SEARCH
+focus event: [to] SUBMIT
+keydown event: [to] SUBMIT
+blur event: [to] SUBMIT
+focus event: [to] TEXT
+keydown event: [to] TEXT
+blur event: [to] TEXT
+focus event: [to] TEXTAREA
+keydown event: [to] TEXTAREA
+blur event: [to] TEXTAREA
+focus event: [to] DIV
+keydown event: [to] DIV
+blur event: [to] DIV
+focus event: [to] BUTTON
+
Property changes on: trunk/LayoutTests/platform/chromium/fast/forms/focus2-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to