Title: [106283] trunk/LayoutTests
- Revision
- 106283
- Author
- [email protected]
- Date
- 2012-01-30 13:19:47 -0800 (Mon, 30 Jan 2012)
Log Message
fast/css/fontsize-unit-rems-crash.html should use dumpAsText
https://bugs.webkit.org/show_bug.cgi?id=77351
Reviewed by Simon Fraser.
Switching the above test to only use text results as the html element is display:none.
* fast/css/fontsize-unit-rems-crash-expected.txt:
* fast/css/fontsize-unit-rems-crash.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (106282 => 106283)
--- trunk/LayoutTests/ChangeLog 2012-01-30 21:15:38 UTC (rev 106282)
+++ trunk/LayoutTests/ChangeLog 2012-01-30 21:19:47 UTC (rev 106283)
@@ -1,3 +1,15 @@
+2012-01-30 Levi Weintraub <[email protected]>
+
+ fast/css/fontsize-unit-rems-crash.html should use dumpAsText
+ https://bugs.webkit.org/show_bug.cgi?id=77351
+
+ Reviewed by Simon Fraser.
+
+ Switching the above test to only use text results as the html element is display:none.
+
+ * fast/css/fontsize-unit-rems-crash-expected.txt:
+ * fast/css/fontsize-unit-rems-crash.html:
+
2012-01-30 Mihnea Ovidenie <[email protected]>
[CSSRegions]Add support for background-color in region styling
Modified: trunk/LayoutTests/fast/css/fontsize-unit-rems-crash-expected.txt (106282 => 106283)
--- trunk/LayoutTests/fast/css/fontsize-unit-rems-crash-expected.txt 2012-01-30 21:15:38 UTC (rev 106282)
+++ trunk/LayoutTests/fast/css/fontsize-unit-rems-crash-expected.txt 2012-01-30 21:19:47 UTC (rev 106283)
@@ -1,2 +1,7 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
+
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+
+Test case for 61989
+This is test for Bug 61989 No crash means test PASS.
+
Modified: trunk/LayoutTests/fast/css/fontsize-unit-rems-crash.html (106282 => 106283)
--- trunk/LayoutTests/fast/css/fontsize-unit-rems-crash.html 2012-01-30 21:15:38 UTC (rev 106282)
+++ trunk/LayoutTests/fast/css/fontsize-unit-rems-crash.html 2012-01-30 21:19:47 UTC (rev 106283)
@@ -1,2 +1,7 @@
-<html style="display:none;"><title style="line-height: 1rem;">Test case for 61989</title>
+<html style="display:none;">
+<script>
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+<title style="line-height: 1rem;">Test case for 61989</title>
<p>This is test for Bug 61989 No crash means test PASS.</p></html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes