Index: LayoutTests/html5lib/resources/tests19.dat |
diff --git a/LayoutTests/html5lib/resources/tests19.dat b/LayoutTests/html5lib/resources/tests19.dat |
index 0d62f5a5b02b0b56b0a20e42a7afddaae39f5890..24705717a59b7ec5de25fd6a080173fb56a7eb9b 100644 |
--- a/LayoutTests/html5lib/resources/tests19.dat |
+++ b/LayoutTests/html5lib/resources/tests19.dat |
@@ -227,6 +227,65 @@ |
| <rt> |
#data |
+<html><ruby>a<rb>b<rt></ruby></html> |
+#errors |
+(1,6): expected-doctype-but-got-start-tag |
+#document |
+| <html> |
+| <head> |
+| <body> |
+| <ruby> |
+| "a" |
+| <rb> |
+| "b" |
+| <rt> |
+ |
+#data |
+<html><ruby>a<rp>b<rt></ruby></html> |
+#errors |
+(1,6): expected-doctype-but-got-start-tag |
+#document |
+| <html> |
+| <head> |
+| <body> |
+| <ruby> |
+| "a" |
+| <rp> |
+| "b" |
+| <rt> |
+ |
+#data |
+<html><ruby>a<rt>b<rt></ruby></html> |
+#errors |
+(1,6): expected-doctype-but-got-start-tag |
+#document |
+| <html> |
+| <head> |
+| <body> |
+| <ruby> |
+| "a" |
+| <rt> |
+| "b" |
+| <rt> |
+ |
+#data |
+<html><ruby>a<rtc>b<rt>c<rb>d</ruby></html> |
+#errors |
+(1,6): expected-doctype-but-got-start-tag |
+#document |
+| <html> |
+| <head> |
+| <body> |
+| <ruby> |
+| "a" |
+| <rtc> |
+| "b" |
+| <rt> |
+| "c" |
+| <rb> |
+| "d" |
+ |
+#data |
<!doctype html><math/><foo> |
#errors |
#document |