Changeset 153989 in webkit


Ignore:
Timestamp:
Aug 13, 2013, 12:19:51 AM (12 years ago)
Author:
zandobersek@gmail.com
Message:

Unreviewed GTK gardening.

  • platform/gtk/editing/caret/caret-color-expected.txt: Rebaselining after r152612.
  • platform/gtk/fast/js/dom-static-property-for-in-iteration-expected.txt: Rebaselining after r153772.
  • platform/gtk/fast/js/global-constructors-attributes-expected.txt: Ditto.
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r153987 r153989  
     12013-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
    192013-08-13  Zan Dobersek  <zdobersek@igalia.com>
    210
  • trunk/LayoutTests/platform/gtk/editing/caret/caret-color-expected.txt

    r153049 r153989  
     1EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
     2EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
    13EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    24EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
  • trunk/LayoutTests/platform/gtk/fast/js/dom-static-property-for-in-iteration-expected.txt

    r149367 r153989  
    3030PASS a["translate"] is true
    3131PASS a["hidden"] is false
    32 PASS a["itemRef"] is
    33 PASS a["itemScope"] is false
    3432PASS a["innerText"] is nerget
    35 PASS a["itemType"] is
    3633PASS a["dir"] is
    37 PASS a["properties"] is [object HTMLPropertiesCollection]
    3834PASS a["innerHTML"] is nerget
    3935PASS a["contentEditable"] is inherit
     
    4440PASS a["children"] is [object HTMLCollection]
    4541PASS a["isContentEditable"] is false
    46 PASS a["itemId"] is
    47 PASS a["itemProp"] is
    48 PASS a["itemValue"] is null
    4942PASS a["style"] is [object CSSStyleDeclaration]
    5043PASS a["dataset"] is [object DOMStringMap]
     
    6962PASS a["offsetHeight"] is 17
    7063PASS a["clientHeight"] is 0
    71 PASS a["offsetTop"] is 1057
     64PASS a["offsetTop"] is 952
    7265PASS a["scrollTop"] is 0
    7366PASS a["scrollHeight"] is 0
  • trunk/LayoutTests/platform/gtk/fast/js/global-constructors-attributes-expected.txt

    r152543 r153989  
    639639PASS Object.getOwnPropertyDescriptor(global, 'HTMLProgressElement').enumerable is false
    640640PASS Object.getOwnPropertyDescriptor(global, 'HTMLProgressElement').configurable is true
    641 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').value is HTMLPropertiesCollection
    642 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').hasOwnProperty('get') is false
    643 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').hasOwnProperty('set') is false
    644 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').enumerable is false
    645 PASS Object.getOwnPropertyDescriptor(global, 'HTMLPropertiesCollection').configurable is true
    646641PASS Object.getOwnPropertyDescriptor(global, 'HTMLQuoteElement').value is HTMLQuoteElement
    647642PASS Object.getOwnPropertyDescriptor(global, 'HTMLQuoteElement').hasOwnProperty('get') is false
     
    10341029PASS Object.getOwnPropertyDescriptor(global, 'ProgressEvent').enumerable is false
    10351030PASS Object.getOwnPropertyDescriptor(global, 'ProgressEvent').configurable is true
    1036 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').value is PropertyNodeList
    1037 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').hasOwnProperty('get') is false
    1038 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').hasOwnProperty('set') is false
    1039 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').enumerable is false
    1040 PASS Object.getOwnPropertyDescriptor(global, 'PropertyNodeList').configurable is true
    10411031PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').value is RGBColor
    10421032PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').hasOwnProperty('get') is false
Note: See TracChangeset for help on using the changeset viewer.