Changeset 120210 in webkit
- Timestamp:
- Jun 13, 2012, 8:07:57 AM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r120208 r120210 1 2012-06-13 Zan Dobersek <zandobersek@gmail.com> 2 3 Unreviewed GTK gardening after r120100, r120167, r120173 and r120181. 4 5 * fast/events/constructors/speech-recognition-error-constructor-expected.txt: 6 * platform/gtk/editing/pasteboard/4641033-expected.txt: 7 * platform/gtk/editing/selection/mixed-editability-1-expected.txt: 8 * platform/gtk/editing/selection/paragraph-granularity-expected.txt: 9 * platform/gtk/editing/selection/triple-click-in-pre-expected.txt: 10 * platform/gtk/editing/selection/word-granularity-expected.txt: 11 * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt: 12 * platform/gtk/http/tests/misc/location-replace-crossdomain-expected.txt: 13 1 14 2012-06-13 Alexander Pavlov <apavlov@chromium.org> 2 15 -
trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor-expected.txt
r120181 r120210 4 4 5 5 6 PASS new webkitSpeechRecognitionError('eventType').bubbles is false 7 PASS new webkitSpeechRecognitionError('eventType').cancelable is false 8 PASS new webkitSpeechRecognitionError('eventType').code is 0 9 PASS new webkitSpeechRecognitionError('eventType').message is "" 10 PASS new webkitSpeechRecognitionError('eventType', { bubbles: false }).bubbles is false 11 PASS new webkitSpeechRecognitionError('eventType', { bubbles: true }).bubbles is true 12 PASS new webkitSpeechRecognitionError('eventType', { cancelable: false }).cancelable is false 13 PASS new webkitSpeechRecognitionError('eventType', { cancelable: true }).cancelable is true 14 PASS new webkitSpeechRecognitionError('eventType', { code: 1 }).code is 1 15 PASS new webkitSpeechRecognitionError('eventType', { code: 12345 }).code is 12345 16 PASS new webkitSpeechRecognitionError('eventType', { message: 'foo' }).message is "foo" 6 FAIL new webkitSpeechRecognitionError('eventType').bubbles should be false. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 7 FAIL new webkitSpeechRecognitionError('eventType').cancelable should be false. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 8 FAIL new webkitSpeechRecognitionError('eventType').code should be 0. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 9 FAIL new webkitSpeechRecognitionError('eventType').message should be . Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 10 FAIL new webkitSpeechRecognitionError('eventType', { bubbles: false }).bubbles should be false. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 11 FAIL new webkitSpeechRecognitionError('eventType', { bubbles: true }).bubbles should be true. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 12 FAIL new webkitSpeechRecognitionError('eventType', { cancelable: false }).cancelable should be false. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 13 FAIL new webkitSpeechRecognitionError('eventType', { cancelable: true }).cancelable should be true. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 14 FAIL new webkitSpeechRecognitionError('eventType', { code: 1 }).code should be 1. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 15 FAIL new webkitSpeechRecognitionError('eventType', { code: 12345 }).code should be 12345. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 16 FAIL new webkitSpeechRecognitionError('eventType', { message: 'foo' }).message should be foo. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError 17 17 -
trunk/LayoutTests/platform/gtk/editing/pasteboard/4641033-expected.txt
r114810 r120210 34 34 text run at (4,4) width 9: "1" 35 35 RenderText {#text} at (0,0) size 0x0 36 RenderText {#text} at (0,0) size 0x0 36 37 caret: position 1 of child 2 {SELECT} of child 2 {DIV} of body -
trunk/LayoutTests/platform/gtk/editing/selection/mixed-editability-1-expected.txt
r114836 r120210 18 18 text run at (782,0) width 2: " " 19 19 text run at (0,18) width 351: "the first two letters of the first word of the first sentence." 20 RenderText {#text} at (0,0) size 0x0 20 21 selection start: position 0 of child 0 {#text} of child 0 {SPAN} of body 21 22 selection end: position 2 of child 0 {#text} of child 0 {SPAN} of body -
trunk/LayoutTests/platform/gtk/editing/selection/paragraph-granularity-expected.txt
r120173 r120210 17 17 text run at (368,0) width 329: "The new selection should use paragraph granularity." 18 18 RenderBlock {P} at (0,34) size 784x54 [color=#008000] 19 RenderText {#text} at (0,0) size 77 1x5519 RenderText {#text} at (0,0) size 778x55 20 20 text run at (0,0) width 224: "This test does not run interactively. " 21 text run at (224,0) width 414: "It uses the testRunners eventSender to do mouse clicks. "22 text run at ( 638,0) width 121: "To run it manually,"23 text run at (0,18) width 365: "double clickon the blue 'g', then drag down to the red 'g'. "24 text run at ( 365,18) width 406: "As you drag, watch the selection that is created, it should always"25 text run at (0,36) width 244: "start and endon paragraph boundaries."21 text run at (224,0) width 352: "It uses the testRunners eventSender to do mouse clicks. " 22 text run at (576,0) width 202: "To run it manually, double click" 23 text run at (0,18) width 284: "on the blue 'g', then drag down to the red 'g'. " 24 text run at (284,18) width 490: "As you drag, watch the selection that is created, it should always start and end" 25 text run at (0,36) width 160: "on paragraph boundaries." 26 26 RenderBlock {DIV} at (0,104) size 784x108 27 27 RenderText {#text} at (0,0) size 84x19 -
trunk/LayoutTests/platform/gtk/editing/selection/triple-click-in-pre-expected.txt
r120173 r120210 14 14 text run at (0,0) width 379: "This tests modifying a selection created with a double click. " 15 15 text run at (379,0) width 299: "The new selection should use word granularity." 16 RenderBlock {P} at (0,34) size 784x 54[color=#008000]17 RenderText {#text} at (0,0) size 76 4x5516 RenderBlock {P} at (0,34) size 784x36 [color=#008000] 17 RenderText {#text} at (0,0) size 767x37 18 18 text run at (0,0) width 224: "This test does not run interactively. " 19 text run at (224,0) width 414: "It uses the testRunners eventSender to do mouse clicks. " 20 text run at (638,0) width 121: "To run it manually," 21 text run at (0,18) width 522: "triple click on the second line in the box below (anywhere after \"whitespace:pre\"). " 22 text run at (522,18) width 242: "The triple click should select the entire" 23 text run at (0,36) width 27: "line." 24 RenderBlock {DIV} at (0,104) size 784x58 19 text run at (224,0) width 352: "It uses the testRunners eventSender to do mouse clicks. " 20 text run at (576,0) width 191: "To run it manually, triple click" 21 text run at (0,18) width 452: "on the second line in the box below (anywhere after \"whitespace:pre\"). " 22 text run at (452,18) width 273: "The triple click should select the entire line." 23 RenderBlock {DIV} at (0,86) size 784x58 25 24 RenderBlock {DIV} at (0,0) size 784x58 [border: (1px solid #0000FF)] 26 25 RenderBlock {PRE} at (1,14) size 782x30 -
trunk/LayoutTests/platform/gtk/editing/selection/word-granularity-expected.txt
r120173 r120210 15 15 text run at (379,0) width 299: "The new selection should use word granularity." 16 16 RenderBlock {P} at (0,34) size 784x54 [color=#008000] 17 RenderText {#text} at (0,0) size 77 1x5517 RenderText {#text} at (0,0) size 778x55 18 18 text run at (0,0) width 224: "This test does not run interactively. " 19 text run at (224,0) width 414: "It uses the testRunners eventSender to do mouse clicks. "20 text run at ( 638,0) width 121: "To run it manually,"21 text run at (0,18) width 365: "double clickon the blue 'g', then drag down to the red 'g'. "22 text run at ( 365,18) width 406: "As you drag, watch the selection that is created, it should always"23 text run at (0,36) width 214: "start and endon word boundaries."19 text run at (224,0) width 352: "It uses the testRunners eventSender to do mouse clicks. " 20 text run at (576,0) width 202: "To run it manually, double click" 21 text run at (0,18) width 284: "on the blue 'g', then drag down to the red 'g'. " 22 text run at (284,18) width 490: "As you drag, watch the selection that is created, it should always start and end" 23 text run at (0,36) width 130: "on word boundaries." 24 24 RenderBlock {DIV} at (0,104) size 784x108 25 25 RenderText {#text} at (0,0) size 84x19 -
trunk/LayoutTests/platform/gtk/fast/multicol/span/clone-flexbox-expected.txt
r119193 r120210 11 11 RenderBlock (anonymous multi-column) at (0,0) size 784x17 12 12 RenderFlexibleBox {DIV} at (0,0) size 117x16 [color=#FFFFFF] 13 RenderBlock (anonymous) at (0,0) size 1 17x1613 RenderBlock (anonymous) at (0,0) size 16x16 14 14 RenderText {#text} at (0,0) size 16x17 15 15 text run at (0,0) width 16: "a" … … 17 17 RenderBlock (anonymous multi-column) at (0,17) size 784x17 18 18 RenderFlexibleBox {DIV} at (0,0) size 117x16 [color=#FFFFFF] 19 RenderBlock (anonymous) at (0,0) size 1 17x1619 RenderBlock (anonymous) at (0,0) size 16x16 20 20 RenderText {#text} at (0,0) size 16x17 21 21 text run at (0,0) width 16: "b" -
trunk/LayoutTests/platform/gtk/http/tests/misc/location-replace-crossdomain-expected.txt
r114836 r120210 13 13 text run at (0,0) width 71: "SUCCESS" 14 14 RenderText {#text} at (0,0) size 0x0 15 RenderText {#text} at (0,0) size 0x0
Note:
See TracChangeset
for help on using the changeset viewer.