Title: [263245] trunk/LayoutTests
Revision
263245
Author
ysuz...@apple.com
Date
2020-06-18 16:34:48 -0700 (Thu, 18 Jun 2020)

Log Message

Unreviewed, fix test failure in Windows
https://bugs.webkit.org/show_bug.cgi?id=213269

* fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt:
* fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (263244 => 263245)


--- trunk/LayoutTests/ChangeLog	2020-06-18 23:28:05 UTC (rev 263244)
+++ trunk/LayoutTests/ChangeLog	2020-06-18 23:34:48 UTC (rev 263245)
@@ -1,3 +1,11 @@
+2020-06-18  Yusuke Suzuki  <ysuz...@apple.com>
+
+        Unreviewed, fix test failure in Windows
+        https://bugs.webkit.org/show_bug.cgi?id=213269
+
+        * fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt:
+        * fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html:
+
 2020-06-18  Karl Rackler  <rack...@apple.com>
 
         [ Catalina Debug WK2 ] fast/events/platform-wheelevent-in-scrolling-div.html is a flaky failure

Modified: trunk/LayoutTests/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt (263244 => 263245)


--- trunk/LayoutTests/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt	2020-06-18 23:28:05 UTC (rev 263244)
+++ trunk/LayoutTests/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt	2020-06-18 23:34:48 UTC (rev 263245)
@@ -1,6 +1,5 @@
 ALERT: (null)
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html (263244 => 263245)


--- trunk/LayoutTests/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html	2020-06-18 23:28:05 UTC (rev 263244)
+++ trunk/LayoutTests/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html	2020-06-18 23:34:48 UTC (rev 263245)
@@ -1,3 +1,12 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<script src=""
+</head>
+<body>
 <script>
   alert(String.fromCharCode(0xd800));
 </script>
+<script src=""
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to