Title: [119512] trunk/LayoutTests
- Revision
- 119512
- Author
- [email protected]
- Date
- 2012-06-05 12:16:11 -0700 (Tue, 05 Jun 2012)
Log Message
Change fast/sub-pixel/float-containing-block-with-margin.html to pixel test
https://bugs.webkit.org/show_bug.cgi?id=88351
Reviewed by Levi Weintraub.
Change fast/sub-pixel/float-containing-block-with-margin.html to pixel
test to allow for platform differences as the default styling makes it
very hard to use a reftests for this.
* fast/sub-pixel/float-containing-block-with-margin-expected.html: Removed.
* fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
* fast/sub-pixel/float-containing-block-with-margin-expected.txt: Added.
* fast/sub-pixel/float-containing-block-with-margin.html:
* platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
* platform/chromium/TestExpectations:
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (119511 => 119512)
--- trunk/LayoutTests/ChangeLog 2012-06-05 19:01:26 UTC (rev 119511)
+++ trunk/LayoutTests/ChangeLog 2012-06-05 19:16:11 UTC (rev 119512)
@@ -1,3 +1,21 @@
+2012-06-05 Emil A Eklund <[email protected]>
+
+ Change fast/sub-pixel/float-containing-block-with-margin.html to pixel test
+ https://bugs.webkit.org/show_bug.cgi?id=88351
+
+ Reviewed by Levi Weintraub.
+
+ Change fast/sub-pixel/float-containing-block-with-margin.html to pixel
+ test to allow for platform differences as the default styling makes it
+ very hard to use a reftests for this.
+
+ * fast/sub-pixel/float-containing-block-with-margin-expected.html: Removed.
+ * fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
+ * fast/sub-pixel/float-containing-block-with-margin-expected.txt: Added.
+ * fast/sub-pixel/float-containing-block-with-margin.html:
+ * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
+ * platform/chromium/TestExpectations:
+
2012-06-05 Levi Weintraub <[email protected]>
Unreviewed gardening. Fixing improper text expectation following r119503.
Deleted: trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin-expected.html (119511 => 119512)
--- trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin-expected.html 2012-06-05 19:01:26 UTC (rev 119511)
+++ trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin-expected.html 2012-06-05 19:16:11 UTC (rev 119512)
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <style>
- ul > li { float: right; background: skyblue; padding: 10.5px; }
- ul > li > a { text-decoration: none; }
- </style>
- </head>
- <body>
- <ul>
- <li><a href="" ipsum</a></li>
- <li><a href="" sit amet</a></li>
- <li><a href="" adipiscing elit</a></li>
- </ul>
- Links to the right should not wrap.
- </body>
-</html>
Added: trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin-expected.png
(Binary files differ)
Property changes on: trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin-expected.png
___________________________________________________________________
Added: svn:mime-type
Added: trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin-expected.txt (0 => 119512)
--- trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin-expected.txt 2012-06-05 19:16:11 UTC (rev 119512)
@@ -0,0 +1,4 @@
+Lorem ipsum
+dolor sit amet
+consectetur adipiscing elit
+Links to the right should not wrap.
Modified: trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin.html (119511 => 119512)
--- trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin.html 2012-06-05 19:01:26 UTC (rev 119511)
+++ trunk/LayoutTests/fast/sub-pixel/float-containing-block-with-margin.html 2012-06-05 19:16:11 UTC (rev 119512)
@@ -5,6 +5,10 @@
ul > li { float: right; background: skyblue; }
ul > li > a { display: block; margin: 10.5px; text-decoration: none; }
</style>
+ <script>
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText(true);
+ </script>
</head>
<body>
<ul>
Modified: trunk/LayoutTests/platform/chromium/TestExpectations (119511 => 119512)
--- trunk/LayoutTests/platform/chromium/TestExpectations 2012-06-05 19:01:26 UTC (rev 119511)
+++ trunk/LayoutTests/platform/chromium/TestExpectations 2012-06-05 19:16:11 UTC (rev 119512)
@@ -3799,4 +3799,4 @@
// Needs rebaseline after the bots cycle.
BUG_OJAN WIN MAC : tables/mozilla/bugs/bug131020.html = PASS FAIL
-BUG_EAE WIN MAC : fast/sub-pixel/float-containing-block-with-margin.html = PASS FAIL
+BUG_EAE WIN : fast/sub-pixel/float-containing-block-with-margin.html = PASS FAIL
Added: trunk/LayoutTests/platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png
(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png
___________________________________________________________________
Added: svn:mime-type
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes