Title: [153350] trunk/LayoutTests
- Revision
- 153350
- Author
- [email protected]
- Date
- 2013-07-25 15:29:53 -0700 (Thu, 25 Jul 2013)
Log Message
[CSS Shapes] Add missing includes to shape-inside polygon tests
https://bugs.webkit.org/show_bug.cgi?id=119098
Reviewed by Dirk Schulze.
We need to include subpixel-utils.js for tests which use simple-polygon.js, since it uses
SubPixelLayout, otherwise both the result/expected are generating incorrect output.
* fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html:
* fast/shapes/shape-inside/shape-inside-regular-polygon16.html:
* fast/shapes/shape-inside/shape-inside-regular-polygon8-expected.html:
* fast/shapes/shape-inside/shape-inside-regular-polygon8.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (153349 => 153350)
--- trunk/LayoutTests/ChangeLog 2013-07-25 22:25:18 UTC (rev 153349)
+++ trunk/LayoutTests/ChangeLog 2013-07-25 22:29:53 UTC (rev 153350)
@@ -1,3 +1,18 @@
+2013-07-25 Zoltan Horvath <[email protected]>
+
+ [CSS Shapes] Add missing includes to shape-inside polygon tests
+ https://bugs.webkit.org/show_bug.cgi?id=119098
+
+ Reviewed by Dirk Schulze.
+
+ We need to include subpixel-utils.js for tests which use simple-polygon.js, since it uses
+ SubPixelLayout, otherwise both the result/expected are generating incorrect output.
+
+ * fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html:
+ * fast/shapes/shape-inside/shape-inside-regular-polygon16.html:
+ * fast/shapes/shape-inside/shape-inside-regular-polygon8-expected.html:
+ * fast/shapes/shape-inside/shape-inside-regular-polygon8.html:
+
2013-07-25 Ryosuke Niwa <[email protected]>
Don't force layout when querying a fixed or non-box margin/padding property
Modified: trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html (153349 => 153350)
--- trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html 2013-07-25 22:25:18 UTC (rev 153349)
+++ trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html 2013-07-25 22:29:53 UTC (rev 153350)
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src=""
<script src=""
<script>
if (window.internals)
Modified: trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16.html (153349 => 153350)
--- trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16.html 2013-07-25 22:25:18 UTC (rev 153349)
+++ trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16.html 2013-07-25 22:29:53 UTC (rev 153350)
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src=""
<script src=""
<script>
if (window.internals)
Modified: trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon8-expected.html (153349 => 153350)
--- trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon8-expected.html 2013-07-25 22:25:18 UTC (rev 153349)
+++ trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon8-expected.html 2013-07-25 22:29:53 UTC (rev 153350)
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src=""
<script src=""
<script>
if (window.internals)
Modified: trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon8.html (153349 => 153350)
--- trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon8.html 2013-07-25 22:25:18 UTC (rev 153349)
+++ trunk/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon8.html 2013-07-25 22:29:53 UTC (rev 153350)
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src=""
<script src=""
<script>
if (window.internals)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes