Title: [198577] trunk/LayoutTests
Revision
198577
Author
[email protected]
Date
2016-03-22 21:29:19 -0700 (Tue, 22 Mar 2016)

Log Message

Tiny tweak to test I just landed.

* http/tests/security/cross-origin-modal-dialog-base-expected.txt:
Fix expected result now that I fixed the less than sign.
* http/tests/security/cross-origin-modal-dialog-base.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (198576 => 198577)


--- trunk/LayoutTests/ChangeLog	2016-03-23 04:19:21 UTC (rev 198576)
+++ trunk/LayoutTests/ChangeLog	2016-03-23 04:29:19 UTC (rev 198577)
@@ -1,5 +1,14 @@
 2016-03-22  Darin Adler  <[email protected]>
 
+        Tiny tweak to test I just landed.
+
+        * http/tests/security/cross-origin-modal-dialog-base-expected.txt:
+        Fix expected result now that I fixed the less than sign.
+        * http/tests/security/cross-origin-modal-dialog-base.html: Use &lt;
+        so the < character won't create an HTML element instead of text.
+
+2016-03-22  Darin Adler  <[email protected]>
+
         showModalDialog code runs with "first window" set to wrong window
         https://bugs.webkit.org/show_bug.cgi?id=155710
 

Modified: trunk/LayoutTests/http/tests/security/cross-origin-modal-dialog-base-expected.txt (198576 => 198577)


--- trunk/LayoutTests/http/tests/security/cross-origin-modal-dialog-base-expected.txt	2016-03-23 04:19:21 UTC (rev 198576)
+++ trunk/LayoutTests/http/tests/security/cross-origin-modal-dialog-base-expected.txt	2016-03-23 04:29:19 UTC (rev 198577)
@@ -7,7 +7,7 @@
 
 Showing modal dialog.
 Returned from modal dialog.
-If test passed, console messages above should both show the same document.location.origin, .
+If test passed, console messages above should both show the same document.location.origin, <http://localhost:8000>.
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/http/tests/security/cross-origin-modal-dialog-base.html (198576 => 198577)


--- trunk/LayoutTests/http/tests/security/cross-origin-modal-dialog-base.html	2016-03-23 04:19:21 UTC (rev 198576)
+++ trunk/LayoutTests/http/tests/security/cross-origin-modal-dialog-base.html	2016-03-23 04:29:19 UTC (rev 198577)
@@ -15,7 +15,7 @@
         debug('Showing modal dialog.');
         showModalDialog('http://localhost:8000/security/resources/cross-origin-modal-dialog-base-1.html');
         debug('Returned from modal dialog.');
-        debug('If test passed, console messages above should both show the same document.location.origin, <http://localhost:8000>.');
+        debug('If test passed, console messages above should both show the same document.location.origin, &lt;http://localhost:8000>.');
         finishJSTest();
     };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to