Title: [152772] trunk/LayoutTests
Revision
152772
Author
[email protected]
Date
2013-07-17 00:26:27 -0700 (Wed, 17 Jul 2013)

Log Message

[CSS Shapes] Remove setCSSShapesEnabled(true) from shape-inside-on-first-region-inline-content-expected.html since it's no longer using shapes
https://bugs.webkit.org/show_bug.cgi?id=117952

Reviewed by Alexandru Chiculita.

* fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (152771 => 152772)


--- trunk/LayoutTests/ChangeLog	2013-07-17 07:25:04 UTC (rev 152771)
+++ trunk/LayoutTests/ChangeLog	2013-07-17 07:26:27 UTC (rev 152772)
@@ -1,3 +1,12 @@
+2013-07-17  Zoltan Horvath  <[email protected]>
+
+        [CSS Shapes] Remove setCSSShapesEnabled(true) from shape-inside-on-first-region-inline-content-expected.html since it's no longer using shapes 
+        https://bugs.webkit.org/show_bug.cgi?id=117952
+
+        Reviewed by Alexandru Chiculita.
+
+        * fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html:
+
 2013-07-17  Mihai Maerean  <[email protected]>
 
         ASSERTION FAILED: layoutState->m_renderer == this in WebCore::RenderBlock::offsetFromLogicalTopOfFirstPage

Modified: trunk/LayoutTests/fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html (152771 => 152772)


--- trunk/LayoutTests/fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html	2013-07-17 07:25:04 UTC (rev 152771)
+++ trunk/LayoutTests/fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html	2013-07-17 07:26:27 UTC (rev 152772)
@@ -1,10 +1,6 @@
 <!DOCTYPE html>
 <html>
 <head>
-<script>
-    if (window.internals)
-        window.internals.settings.setCSSShapesEnabled(true);
-</script>
 <style>
     .region {
         font: 20px Ahem, sans-serif;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to