Title: [278798] trunk/LayoutTests
Revision
278798
Author
jen...@apple.com
Date
2021-06-11 16:43:20 -0700 (Fri, 11 Jun 2021)

Log Message

[LayoutTests] Delete unused LayoutTests/html5lib resources
https://bugs.webkit.org/show_bug.cgi?id=226833

Reviewed by Jonathan Bedard.

* html5lib/resources/isindex.dat: Removed.
* html5lib/resources/scripted/ark.dat: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (278797 => 278798)


--- trunk/LayoutTests/ChangeLog	2021-06-11 23:42:45 UTC (rev 278797)
+++ trunk/LayoutTests/ChangeLog	2021-06-11 23:43:20 UTC (rev 278798)
@@ -1,5 +1,15 @@
 2021-06-11  Robert Jenner  <jen...@apple.com>
 
+        [LayoutTests] Delete unused LayoutTests/html5lib resources
+        https://bugs.webkit.org/show_bug.cgi?id=226833
+
+        Reviewed by Jonathan Bedard.
+
+        * html5lib/resources/isindex.dat: Removed.
+        * html5lib/resources/scripted/ark.dat: Removed.
+
+2021-06-11  Robert Jenner  <jen...@apple.com>
+
         [LayoutTests] Delete unused LayoutTests/loader resources
         https://bugs.webkit.org/show_bug.cgi?id=226835
 

Deleted: trunk/LayoutTests/html5lib/resources/isindex.dat (278797 => 278798)


--- trunk/LayoutTests/html5lib/resources/isindex.dat	2021-06-11 23:42:45 UTC (rev 278797)
+++ trunk/LayoutTests/html5lib/resources/isindex.dat	2021-06-11 23:43:20 UTC (rev 278798)
@@ -1,49 +0,0 @@
-#data
-<isindex>
-#errors
-(1,9): expected-doctype-but-got-start-tag
-(1,9): expected-closing-tag-but-got-eof
-#document
-| <html>
-|   <head>
-|   <body>
-|     <isindex>
-
-#data
-<isindex name="A" action="" prompt="C" foo="D">
-#errors
-(1,48): expected-doctype-but-got-start-tag
-(1,48): expected-closing-tag-but-got-eof
-#document
-| <html>
-|   <head>
-|   <body>
-|     <isindex>
-|       action=""
-|       foo="D"
-|       name="A"
-|       prompt="C"
-
-#data
-<form><isindex>
-#errors
-(1,6): expected-doctype-but-got-start-tag
-(1,15): expected-closing-tag-but-got-eof
-#document
-| <html>
-|   <head>
-|   <body>
-|     <form>
-|       <isindex>
-
-#data
-<!doctype html><isindex>x</isindex>x
-#errors
-#document
-| <!DOCTYPE html>
-| <html>
-|   <head>
-|   <body>
-|     <isindex>
-|       "x"
-|     "x"

Deleted: trunk/LayoutTests/html5lib/resources/scripted/ark.dat (278797 => 278798)


--- trunk/LayoutTests/html5lib/resources/scripted/ark.dat	2021-06-11 23:42:45 UTC (rev 278797)
+++ trunk/LayoutTests/html5lib/resources/scripted/ark.dat	2021-06-11 23:43:20 UTC (rev 278798)
@@ -1,26 +0,0 @@
-#data
-<p><font size=4><font size=4><font size=4><script>document.getElementsByTagName("font")[2].setAttribute("size", "5");</script><font size=4><p>X
-#errors
-#document
-| <html>
-|   <head>
-|   <body>
-|     <p>
-|       <font>
-|         size="4"
-|         <font>
-|           size="4"
-|           <font>
-|             size="5"
-|             <script>
-|               "document.getElementsByTagName("font")[2].setAttribute("size", "5");"
-|             <font>
-|               size="4"
-|     <p>
-|       <font>
-|         size="4"
-|         <font>
-|           size="4"
-|           <font>
-|             size="4"
-|             "X"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to