Changeset 269896 in webkit


Ignore:
Timestamp:
Nov 17, 2020 2:43:32 AM (3 years ago)
Author:
commit-queue@webkit.org
Message:

Clean up title-text-property.html
https://bugs.webkit.org/show_bug.cgi?id=219025

Patch by Rob Buis <rbuis@igalia.com> on 2020-11-17
Reviewed by Žan Doberšek.

Remove unused test function, it seems this was added
for debugging purposes.

  • fast/dom/title-text-property.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r269895 r269896  
     12020-11-17  Rob Buis  <rbuis@igalia.com>
     2
     3        Clean up title-text-property.html
     4        https://bugs.webkit.org/show_bug.cgi?id=219025
     5
     6        Reviewed by Žan Doberšek.
     7
     8        Remove unused test function, it seems this was added
     9        for debugging purposes.
     10
     11        * fast/dom/title-text-property.html:
     12
    1132020-11-17  Tim Horton  <timothy_horton@apple.com>
    214
  • trunk/LayoutTests/fast/dom/title-text-property.html

    r128943 r269896  
    2626    debugOutput('New title is: \'' + titleElem.text + '\'');
    2727}
    28 
    29 function test() {
    30     t = document.getElementsByTagName('title').item(0);
    31     alert(t.text);
    32     t.text = 'new title';
    33     alert(t.text);
    34 }
    3528</script>
    3629</head>
Note: See TracChangeset for help on using the changeset viewer.