Changeset 153989 in webkit
- Timestamp:
- Aug 13, 2013, 12:19:51 AM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r153987 r153989 1 2013-08-13 Zan Dobersek <zdobersek@igalia.com> 2 3 Unreviewed GTK gardening. 4 5 * platform/gtk/editing/caret/caret-color-expected.txt: Rebaselining after r152612. 6 * platform/gtk/fast/js/dom-static-property-for-in-iteration-expected.txt: Rebaselining after r153772. 7 * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Ditto. 8 1 9 2013-08-13 Zan Dobersek <zdobersek@igalia.com> 2 10 -
trunk/LayoutTests/platform/gtk/editing/caret/caret-color-expected.txt
r153049 r153989 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document 2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification 1 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification 2 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification -
trunk/LayoutTests/platform/gtk/fast/js/dom-static-property-for-in-iteration-expected.txt
r149367 r153989 30 30 PASS a["translate"] is true 31 31 PASS a["hidden"] is false 32 PASS a["itemRef"] is33 PASS a["itemScope"] is false34 32 PASS a["innerText"] is nerget 35 PASS a["itemType"] is36 33 PASS a["dir"] is 37 PASS a["properties"] is [object HTMLPropertiesCollection]38 34 PASS a["innerHTML"] is nerget 39 35 PASS a["contentEditable"] is inherit … … 44 40 PASS a["children"] is [object HTMLCollection] 45 41 PASS a["isContentEditable"] is false 46 PASS a["itemId"] is47 PASS a["itemProp"] is48 PASS a["itemValue"] is null49 42 PASS a["style"] is [object CSSStyleDeclaration] 50 43 PASS a["dataset"] is [object DOMStringMap] … … 69 62 PASS a["offsetHeight"] is 17 70 63 PASS a["clientHeight"] is 0 71 PASS a["offsetTop"] is 105764 PASS a["offsetTop"] is 952 72 65 PASS a["scrollTop"] is 0 73 66 PASS a["scrollHeight"] is 0 -
trunk/LayoutTests/platform/gtk/fast/js/global-constructors-attributes-expected.txt
r152543 r153989 639 639 PASS Object.getOwnPropertyDescriptor(global, 'HTMLProgressElement').enumerable is false 640 640 PASS Object.getOwnPropertyDescriptor(global, 'HTMLProgressElement').configurable is true 641 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').value is HTMLPropertiesCollection642 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').hasOwnProperty('get') is false643 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').hasOwnProperty('set') is false644 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').enumerable is false645 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').configurable is true646 641 PASS Object.getOwnPropertyDescriptor(global, 'HTMLQuoteElement').value is HTMLQuoteElement 647 642 PASS Object.getOwnPropertyDescriptor(global, 'HTMLQuoteElement').hasOwnProperty('get') is false … … 1034 1029 PASS Object.getOwnPropertyDescriptor(global, 'ProgressEvent').enumerable is false 1035 1030 PASS Object.getOwnPropertyDescriptor(global, 'ProgressEvent').configurable is true 1036 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').value is PropertyNodeList1037 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').hasOwnProperty('get') is false1038 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').hasOwnProperty('set') is false1039 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').enumerable is false1040 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').configurable is true1041 1031 PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').value is RGBColor 1042 1032 PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').hasOwnProperty('get') is false
Note:
See TracChangeset
for help on using the changeset viewer.