Title: [185125] trunk/LayoutTests
Revision
185125
Author
s...@apple.com
Date
2015-06-02 14:37:36 -0700 (Tue, 02 Jun 2015)

Log Message

Fix Windows layout test failure following <http://trac.webkit.org/changeset/185095>
(https://bugs.webkit.org/show_bug.cgi?id=145537)

Unreviewed.

* platform/win/fast/text/crash-complex-text-surrogate-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (185124 => 185125)


--- trunk/LayoutTests/ChangeLog	2015-06-02 21:35:24 UTC (rev 185124)
+++ trunk/LayoutTests/ChangeLog	2015-06-02 21:37:36 UTC (rev 185125)
@@ -1,3 +1,12 @@
+2015-06-02  Said Abou-Hallawa  <sabouhall...@apple.com>
+
+        Fix Windows layout test failure following <http://trac.webkit.org/changeset/185095>
+        (https://bugs.webkit.org/show_bug.cgi?id=145537)
+
+        Unreviewed.
+
+        * platform/win/fast/text/crash-complex-text-surrogate-expected.txt: Added.
+
 2015-06-02  Zalan Bujtas  <za...@apple.com>
 
         Backdrop filter is pulling in content from behind the window.

Added: trunk/LayoutTests/platform/win/fast/text/crash-complex-text-surrogate-expected.txt (0 => 185125)


--- trunk/LayoutTests/platform/win/fast/text/crash-complex-text-surrogate-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/crash-complex-text-surrogate-expected.txt	2015-06-02 21:37:36 UTC (rev 185125)
@@ -0,0 +1,60 @@
+CONSOLE MESSAGE: line 35: TypeError: undefined is not an object (evaluating 'document.forms[0].outerHTML')
+layer at (0,0) size 785x693
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x693
+  RenderBlock {HTML} at (0,0) size 785x693
+    RenderBody {BODY} at (8,8) size 80x677
+      RenderText {#text} at (0,0) size 72x120
+        text run at (0,0) width 36: "This"
+        text run at (0,15) width 36: "test"
+        text run at (0,30) width 54: "passes"
+        text run at (0,45) width 54: "if you"
+        text run at (0,60) width 72: "can open"
+        text run at (0,75) width 72: "the file"
+        text run at (0,90) width 63: "without"
+        text run at (0,105) width 72: "a crash."
+      RenderBlock (floating) {DIV} at (72,120) size 8x182 [bgcolor=#ADD8E6]
+      RenderText {#text} at (0,120) size 9x15
+        text run at (0,120) width 9: "Y"
+      RenderText {#text} at (9,120) size 45x15
+        text run at (9,120) width 45: "a bcd"
+      RenderInline {SPAN} at (0,0) size 9x15
+        RenderText {#text} at (54,120) size 9x15
+          text run at (54,120) width 9: "\x{202B}X"
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,135) size 279x287
+        text run at (0,135) width 54: "Errlog"
+        text run at (0,302) width 117: "webtest_fn_1:"
+        text run at (0,317) width 90: "TypeError:"
+        text run at (0,332) width 81: "undefined"
+        text run at (0,347) width 54: "is not"
+        text run at (0,362) width 18: "an"
+        text run at (0,377) width 54: "object"
+        text run at (0,392) width 99: "(evaluating"
+        text run at (0,407) width 279: "'document.scripts[3].toString')"
+      RenderBR {BR} at (0,0) size 0x0
+      RenderInline {ACRONYM} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,422) size 108x45
+        text run at (0,422) width 45: "s is:"
+        text run at (0,437) width 27: "{,}"
+        text run at (0,452) width 108: "\x{A888}{0}P{P}\\7H\\8"
+      RenderBR {BR} at (0,0) size 0x0
+      RenderText {#text} at (0,467) size 72x15
+        text run at (0,467) width 72: "f is: gi"
+      RenderBR {BR} at (72,467) size 0x15
+      RenderText {#text} at (0,482) size 369x195
+        text run at (0,482) width 54: "Errlog"
+        text run at (0,497) width 117: "webtest_fn_4:"
+        text run at (0,512) width 90: "TypeError:"
+        text run at (0,527) width 63: "null is"
+        text run at (0,542) width 54: "not an"
+        text run at (0,557) width 54: "object"
+        text run at (0,572) width 99: "(evaluating"
+        text run at (0,587) width 369: "'document.querySelector(\"plaintext:first-"
+        text run at (0,602) width 63: "of-type"
+        text run at (0,617) width 9: "~"
+        text run at (0,632) width 63: "*|:out-"
+        text run at (0,647) width 27: "of-"
+        text run at (0,662) width 198: "range\").insertBefore')"
+      RenderBR {BR} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to