Changeset 182931 in webkit
- Timestamp:
- Apr 16, 2015, 5:49:11 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r182925 r182931 1 2015-04-16 Tim Horton <timothy_horton@apple.com> 2 3 Rebaseline mouse-cursor-image-set results after r182869 4 5 * fast/events/mouse-cursor-image-set-expected.txt: 6 * platform/win/fast/events/mouse-cursor-image-set-expected.txt: 7 * platform/mac/TestExpectations: 8 Un-skip and land new results. 9 1 10 2015-04-16 Beth Dakin <bdakin@apple.com> 2 11 -
trunk/LayoutTests/fast/events/mouse-cursor-image-set-expected.txt
r136919 r182931 37 37 38 38 TEST CASE: Explicit hotspot at (7,3) logical in 0.7x and 1.4x - should round to nearest integer 39 Cursor Info: type=Custom hotSpot= 10,4image=30x30 scale=1.439 Cursor Info: type=Custom hotSpot=7,3 image=30x30 scale=1.4 40 40 41 41 TEST CASE: Implicit hot-spot at (5,4) physical for 1x and (28,3) physical for 2x … … 69 69 70 70 TEST CASE: Explicit hotspot at (5,3) logical in 1x and 2x 71 Cursor Info: type=Custom hotSpot= 10,6image=30x30 scale=271 Cursor Info: type=Custom hotSpot=5,3 image=30x30 scale=2 72 72 73 73 TEST CASE: Explicit hotspot at (7,3) logical in 0.7x and 1.4x - should round to nearest integer 74 Cursor Info: type=Custom hotSpot= 10,4image=30x30 scale=1.474 Cursor Info: type=Custom hotSpot=7,3 image=30x30 scale=1.4 75 75 76 76 TEST CASE: Implicit hot-spot at (5,4) physical for 1x and (28,3) physical for 2x -
trunk/LayoutTests/platform/mac/TestExpectations
r182667 r182931 720 720 # New test failing, needs investigation. 721 721 webkit.org/b/103857 fast/events/mouse-cursor-change.html 722 723 webkit.org/b/116244 fast/events/mouse-cursor-image-set.html [ Failure Pass ]724 722 725 723 webkit.org/b/116245 canvas/philip/tests/2d.text.draw.fontface.notinpage.html [ Pass Failure ] -
trunk/LayoutTests/platform/win/fast/events/mouse-cursor-image-set-expected.txt
r179060 r182931 37 37 38 38 TEST CASE: Explicit hotspot at (7,3) logical in 0.7x and 1.4x - should round to nearest integer 39 Cursor Info: type=Custom hotSpot= 10,4image=30x30 scale=1.439 Cursor Info: type=Custom hotSpot=7,3 image=30x30 scale=1.4 40 40 41 41 TEST CASE: Implicit hot-spot at (5,4) physical for 1x and (28,3) physical for 2x … … 72 72 73 73 TEST CASE: Explicit hotspot at (7,3) logical in 0.7x and 1.4x - should round to nearest integer 74 Cursor Info: type=Custom hotSpot= 10,4image=30x30 scale=1.474 Cursor Info: type=Custom hotSpot=7,3 image=30x30 scale=1.4 75 75 76 76 TEST CASE: Implicit hot-spot at (5,4) physical for 1x and (28,3) physical for 2x
Note:
See TracChangeset
for help on using the changeset viewer.