Title: [269896] trunk/LayoutTests
Revision
269896
Author
[email protected]
Date
2020-11-17 02:43:32 -0800 (Tue, 17 Nov 2020)

Log Message

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

Patch by Rob Buis <[email protected]> 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (269895 => 269896)


--- trunk/LayoutTests/ChangeLog	2020-11-17 08:28:31 UTC (rev 269895)
+++ trunk/LayoutTests/ChangeLog	2020-11-17 10:43:32 UTC (rev 269896)
@@ -1,3 +1,15 @@
+2020-11-17  Rob Buis  <[email protected]>
+
+        Clean up title-text-property.html
+        https://bugs.webkit.org/show_bug.cgi?id=219025
+
+        Reviewed by Žan Doberšek.
+
+        Remove unused test function, it seems this was added
+        for debugging purposes.
+
+        * fast/dom/title-text-property.html:
+
 2020-11-17  Tim Horton  <[email protected]>
 
         REGRESSION (r269824): YouTube media control bar sometimes flickers

Modified: trunk/LayoutTests/fast/dom/title-text-property.html (269895 => 269896)


--- trunk/LayoutTests/fast/dom/title-text-property.html	2020-11-17 08:28:31 UTC (rev 269895)
+++ trunk/LayoutTests/fast/dom/title-text-property.html	2020-11-17 10:43:32 UTC (rev 269896)
@@ -25,13 +25,6 @@
 
     debugOutput('New title is: \'' + titleElem.text + '\'');
 }
-
-function test() {
-    t = document.getElementsByTagName('title').item(0);
-    alert(t.text);
-    t.text = 'new title';
-    alert(t.text);
-}
 </script>
 </head>
 <body _onload_='runTests();'>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to