Title: [133697] trunk/LayoutTests
Revision
133697
Author
commit-qu...@webkit.org
Date
2012-11-06 17:02:15 -0800 (Tue, 06 Nov 2012)

Log Message

[CSS Exclusions] Changeset r133384 defeated the rectilinear polygon tests
https://bugs.webkit.org/show_bug.cgi?id=101405

Patch by Hans Muller <hmul...@adobe.com> on 2012-11-06
Reviewed by Dirk Schulze.

When the exclusions/shape-inside subpixel layout JS code was refactored,
(see https://bugs.webkit.org/show_bug.cgi?id=100704) these two tests were not
properly updated. They now include subpixel-utils.js, which simple-polygon.js depends on.

* fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
* fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html:
* fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
* fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (133696 => 133697)


--- trunk/LayoutTests/ChangeLog	2012-11-07 00:48:19 UTC (rev 133696)
+++ trunk/LayoutTests/ChangeLog	2012-11-07 01:02:15 UTC (rev 133697)
@@ -1,3 +1,19 @@
+2012-11-06  Hans Muller  <hmul...@adobe.com>
+
+        [CSS Exclusions] Changeset r133384 defeated the rectilinear polygon tests
+        https://bugs.webkit.org/show_bug.cgi?id=101405
+
+        Reviewed by Dirk Schulze.
+
+        When the exclusions/shape-inside subpixel layout JS code was refactored,
+        (see https://bugs.webkit.org/show_bug.cgi?id=100704) these two tests were not
+        properly updated. They now include subpixel-utils.js, which simple-polygon.js depends on.
+
+        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
+        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html:
+        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
+        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html:
+
 2012-11-06  Stephen White  <senorbla...@chromium.org>
 
         Don't write pixels for crash-hw-sw-switch test; if it doesn't crash, it

Modified: trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html (133696 => 133697)


--- trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html	2012-11-07 00:48:19 UTC (rev 133696)
+++ trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html	2012-11-07 01:02:15 UTC (rev 133697)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+<script src=""
 <script src=""
 <script>
     if (window.internals)

Modified: trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html (133696 => 133697)


--- trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html	2012-11-07 00:48:19 UTC (rev 133696)
+++ trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html	2012-11-07 01:02:15 UTC (rev 133697)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+<script src=""
 <script src=""
 <script>
     if (window.internals)

Modified: trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html (133696 => 133697)


--- trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html	2012-11-07 00:48:19 UTC (rev 133696)
+++ trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html	2012-11-07 01:02:15 UTC (rev 133697)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+<script src=""
 <script src=""
 <script>
     if (window.internals)

Modified: trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html (133696 => 133697)


--- trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html	2012-11-07 00:48:19 UTC (rev 133696)
+++ trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html	2012-11-07 01:02:15 UTC (rev 133697)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+<script src=""
 <script src=""
 <script>
     if (window.internals)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to