Remove platform specific ref-test expectations for chromium as ref-tests appears...
authoreae@chromium.org <eae@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 22 May 2012 03:37:54 +0000 (03:37 +0000)
committereae@chromium.org <eae@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 22 May 2012 03:37:54 +0000 (03:37 +0000)
* platform/chromium/fast/regions/floats-basic-in-variable-width-regions-expected.html: Removed.
* platform/chromium/fast/regions/overflow-in-uniform-regions-expected.html: Removed.
* platform/chromium/fast/regions/render-region-renderer-expected.html: Removed.
* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117893 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/platform/chromium/fast/regions/floats-basic-in-variable-width-regions-expected.html [deleted file]
LayoutTests/platform/chromium/fast/regions/overflow-in-uniform-regions-expected.html [deleted file]
LayoutTests/platform/chromium/fast/regions/render-region-renderer-expected.html [deleted file]
LayoutTests/platform/chromium/test_expectations.txt

index 32b0a45..63d4384 100644 (file)
@@ -1,5 +1,14 @@
 2012-05-21  Emil A Eklund  <eae@chromium.org>
 
+        Remove platform specific ref-test expectations for chromium as ref-tests appears not to support platform specific results.
+
+        * platform/chromium/fast/regions/floats-basic-in-variable-width-regions-expected.html: Removed.
+        * platform/chromium/fast/regions/overflow-in-uniform-regions-expected.html: Removed.
+        * platform/chromium/fast/regions/render-region-renderer-expected.html: Removed.
+        * platform/chromium/test_expectations.txt:
+
+2012-05-21  Emil A Eklund  <eae@chromium.org>
+
         Unreviewed chromium svg rebaselines and test expectation updates post r117815.
 
         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
diff --git a/LayoutTests/platform/chromium/fast/regions/floats-basic-in-variable-width-regions-expected.html b/LayoutTests/platform/chromium/fast/regions/floats-basic-in-variable-width-regions-expected.html
deleted file mode 100755 (executable)
index 29c799b..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-<!doctype html>
-
- <style>
-    
-    #blue-box-1 {
-        border: 1px solid blue;
-    }
-
-    #blue-box-2 {
-        border-bottom: 1px solid blue;
-        border-left: 1px solid blue;
-        border-right: 1px solid blue;
-    }
-    
-    #green-box-1 {
-        margin:auto;
-        border: 1px solid green;
-        padding-bottom:1px;
-        width:75%
-    } 
-   #green-box-2 {
-        margin:auto;
-        border-bottom: 1px solid green;
-        border-left: 1px solid green;
-        border-right: 1px solid green;
-        width:75%
-    }
-    
-    #region1, #region2, #region3 {
-        border: 1px solid black;
-    }
-
-    #region1 {
-        width: 290px;
-        height: 95px;
-        padding-top:5px;
-        padding-left:5px;
-        padding-right:5px;
-        overflow:hidden;
-    }
-    
-    #region2 {
-        width: 390px;
-        height: 180px;
-        padding-left:5px;
-        padding-right:5px;
-    }
-    
-    #region3 {
-        width: 220px;
-        height: 120px;
-    }
-    
-    .float { 
-        width:50px; 
-        height:50px; 
-        background-color: lime;  
-    }
-    
-    .left { 
-        float: left;
-        margin-right: 1px;
-    }
-    
-   .right { 
-        float: right;
-        margin-left: 1px;
-    }
-</style>
-
-<body>
-<!--<p>The first and last lines of text in the regions below should be clipped to the green box. The overflow
-section sizes itself and clips differently in each region.</p>-->
-<div id="region1">
-    <div id="blue-box-1">
-        <div id="green-box-1">
-            <div class="float left"></div> <div class="float right"></div>
-            <p>These lines will not spill out of the regions. These lines will not spill out</p>
-         </div>
-    </div>
-</div>
-<div id="region2">
-    <div id="blue-box-2">
-        <div id="green-box-2">
-                     of the regions. These lines will not spill out of the regions. These lines will not spill out of the regions.
-             <p>These lines will not spill out of the regions. These lines will not spill out of the regions.
-                These lines will not spill out of the regions. These lines will not spill out of the regions. </p>
-           </div>    
-    </div>
-</div>
-<div id="region3"></div>
diff --git a/LayoutTests/platform/chromium/fast/regions/overflow-in-uniform-regions-expected.html b/LayoutTests/platform/chromium/fast/regions/overflow-in-uniform-regions-expected.html
deleted file mode 100644 (file)
index 36b6919..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-<!doctype html>
-
- <style>
-     html {
-         line-height: 18px;
-     }
-
-    #content {
-        text-align: justify;
-        padding: 5px;
-    }
-    
-    #first-box {
-        border: 1px solid blue;
-        padding:5px;
-    }
-    
-    #second-box {
-        border: 1px solid green;
-        overflow: hidden;
-    }
-    
-    #content-two {
-        text-align: justify;
-        padding-left: 5px;
-        padding-right: 5px;
-    }
-
-    #first-box-two {
-        border: 1px solid blue;
-        padding:5px;
-        border-top: none;
-        padding-top: 0;
-    }
-
-    #second-box-two {
-        border: 1px solid green;
-        height: 84px;
-        border-top: none;
-        padding-top: 1px;
-    }
-
-    #region1, #region2, #region3 {
-        border: 1px solid black;
-    }
-
-    #region1 {
-        width: 400px;
-        height: 143px;
-        overflow:hidden; 
-    }
-    
-    #region2 {
-        width: 400px;
-        height: 150px;
-        overflow:hidden; 
-    }
-    
-    #region3 {
-        width: 400px;
-        height: 150px;
-    }
-
-    .float { width:30px; height:50px; background-color: lime }
-    .left { float: left }
-    .right { float: right }
-</style>
-
-<body>
-<p>The first and last lines of text in the regions below should be clipped to the green box. The overflow
-section sizes itself and clips differently in each region. The green box should be even with the lime floats at the top of the first region.</p>
-
-<div id="container">
-    <div id="region1">
-        <div id="content">
-            <div id="first-box">
-                <div class="float left"></div> <div class="float right"></div>
-                <div id="second-box">
-                    <p>This is a paragraph that spans more than one line but less than three lines.</p>
-                    <p>1<br>2<br>3<br>
-                </div>
-            </div>
-        </div>
-    </div>
-    <div id="region2">
-        <div id="content-two">
-            <div id="first-box-two">
-                <div id="second-box-two">
-                    4<br>This paragraph spans three lines in region1 and then flows into three lines in region2.
-                </div>
-            </div>
-        </div>
-    </div>
-    <div id="region3"></div>
-</div>
diff --git a/LayoutTests/platform/chromium/fast/regions/render-region-renderer-expected.html b/LayoutTests/platform/chromium/fast/regions/render-region-renderer-expected.html
deleted file mode 100644 (file)
index 522a424..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<!doctype html>
-<html>
-<head>
-    <style>
-    .border
-    {
-        border: 1px solid red;
-    }
-
-    .size
-    {
-        width:50px;
-        height:51px;
-    }
-    .size1
-    {
-        width:0px;
-        height:0px;
-    }
-
-    .size2
-    {
-        width:50px;
-        height:50px;
-    }
-
-    .pos
-    {
-        top: 61px;
-        position: absolute;
-    }
-
-    .pos1
-    {
-        top: 150px;
-        position: absolute;
-    }
-
-    .pos2
-    {
-        top: 200px;
-        position: absolute;
-    }
-
-    .outline
-    {
-        outline: green dotted thick;
-    }
-
-    </style>
-</head>
-<body>
-    <div class="border size1"></div>
-    <div class="border size"></div>
-    <div class="border size pos"></div>
-    <div class="border size2 pos1"></div>
-    <div class="border size2 pos2 outline"></div>
-</body>
-</html>
index 6b0d668..4eab088 100644 (file)
@@ -3763,3 +3763,8 @@ BUGWK87075 : svg/animations/svgnumberoptionalnumber-animation-1.html = PASS TIME
 BUGWK87075 : svg/animations/animate-path-nested-transforms.html = PASS TIMEOUT
 BUGWK87075 : svg/animations/svgnumberoptionalnumber-animation-2.html = PASS TIMEOUT
 BUGWK87075 : svg/animations/svgnumberoptionalnumber-animation-3.html = PASS TIMEOUT
+
+// Ref-tests can't have platform specific results.
+BUG_EAE SKIP : fast/regions/floats-basic-in-variable-width-regions.html = FAIL
+BUG_EAE SKIP : fast/regions/overflow-in-uniform-regions.html = FAIL
+BUG_EAE SKIP : fast/regions/render-region-renderer.html = FAIL