Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[CSS Shapes] Remove setCSSShapesEnabled(true) from shape-inside-empty…
…-expected.html since it isn't using shapes

https://bugs.webkit.org/show_bug.cgi?id=117945

Reviewed by Dirk Schulze.

* fast/exclusions/shape-inside/shape-inside-empty-expected.html:


Canonical link: https://commits.webkit.org/136076@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@151928 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
zhorvath committed Jun 24, 2013
1 parent c6a62ff commit fc19091
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
2013-06-24 Zoltan Horvath <zoltan@webkit.org>

[CSS Shapes] Remove setCSSShapesEnabled(true) from shape-inside-empty-expected.html since it isn't using shapes
https://bugs.webkit.org/show_bug.cgi?id=117945

Reviewed by Dirk Schulze.

* fast/exclusions/shape-inside/shape-inside-empty-expected.html:

2013-06-24 Brent Fulgham <bfulgham@apple.com>

AX: Make tests usable on Mac and Windows
Expand Down
@@ -1,10 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<script>
if (window.internals)
window.internals.settings.setCSSShapesEnabled(true);
</script>
<style>
#rectangles div {
width: 800px;
Expand Down

0 comments on commit fc19091

Please sign in to comment.