Title: [159080] trunk/LayoutTests
Revision
159080
Author
[email protected]
Date
2013-11-11 16:21:18 -0800 (Mon, 11 Nov 2013)

Log Message

Actually land a result for the test that I added (and make it a text test).

* compositing/tiling/tiled-in-iframe-expected.txt: Added.
* compositing/tiling/tiled-in-iframe.html:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (159079 => 159080)


--- trunk/LayoutTests/ChangeLog	2013-11-12 00:20:20 UTC (rev 159079)
+++ trunk/LayoutTests/ChangeLog	2013-11-12 00:21:18 UTC (rev 159080)
@@ -1,3 +1,10 @@
+2013-11-11  Simon Fraser  <[email protected]>
+
+        Actually land a result for the test that I added (and make it a text test).
+
+        * compositing/tiling/tiled-in-iframe-expected.txt: Added.
+        * compositing/tiling/tiled-in-iframe.html:
+
 2013-11-11  Myles C. Maxfield  <[email protected]>
 
         [Mac] Characters too close together in complex Arabic text

Added: trunk/LayoutTests/compositing/tiling/tiled-in-iframe-expected.txt (0 => 159080)


--- trunk/LayoutTests/compositing/tiling/tiled-in-iframe-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/compositing/tiling/tiled-in-iframe-expected.txt	2013-11-12 00:21:18 UTC (rev 159080)
@@ -0,0 +1,3 @@
+This test should not crash.
+
+
Property changes on: trunk/LayoutTests/compositing/tiling/tiled-in-iframe-expected.txt
___________________________________________________________________

Added: svn:mime-type

Added: svn:keywords

Added: svn:eol-style

Modified: trunk/LayoutTests/compositing/tiling/tiled-in-iframe.html (159079 => 159080)


--- trunk/LayoutTests/compositing/tiling/tiled-in-iframe.html	2013-11-12 00:20:20 UTC (rev 159079)
+++ trunk/LayoutTests/compositing/tiling/tiled-in-iframe.html	2013-11-12 00:21:18 UTC (rev 159080)
@@ -8,8 +8,13 @@
         width: 400px;
     }
     </style>
+    <script>
+        if (window.testRunner)
+            testRunner.dumpAsText();
+    </script>
 </head>
 <body>
+    <p>This test should not crash.</p>
     <iframe src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to