Title: [95279] trunk/LayoutTests
Revision
95279
Author
r...@webkit.org
Date
2011-09-16 01:35:55 -0700 (Fri, 16 Sep 2011)

Log Message

[Qt] Update expecteds of failing tests after r95260 and r95242.

Unreviewed gardening.

* editing/style/non-inheritable-styles-expected.txt: after r95242.
* fast/dom/constructed-objects-prototypes-expected.txt: after r95260.
* inspector/styles/styles-new-API-expected.txt: after r95242.
* inspector/styles/styles-source-lines-expected.txt: after r95242.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (95278 => 95279)


--- trunk/LayoutTests/ChangeLog	2011-09-16 08:26:15 UTC (rev 95278)
+++ trunk/LayoutTests/ChangeLog	2011-09-16 08:35:55 UTC (rev 95279)
@@ -1,5 +1,16 @@
 2011-09-16  Renata Hodovan  <r...@webkit.org>
 
+        [Qt] Update expecteds of failing tests after r95260 and r95242.
+
+        Unreviewed gardening.
+
+        * editing/style/non-inheritable-styles-expected.txt: after r95242.
+        * fast/dom/constructed-objects-prototypes-expected.txt: after r95260.
+        * inspector/styles/styles-new-API-expected.txt: after r95242.
+        * inspector/styles/styles-source-lines-expected.txt: after r95242.
+
+2011-09-16  Renata Hodovan  <r...@webkit.org>
+
         [Qt] One test failed after r95203
         https://bugs.webkit.org/show_bug.cgi?id=68233
 

Modified: trunk/LayoutTests/editing/style/non-inheritable-styles-expected.txt (95278 => 95279)


--- trunk/LayoutTests/editing/style/non-inheritable-styles-expected.txt	2011-09-16 08:26:15 UTC (rev 95278)
+++ trunk/LayoutTests/editing/style/non-inheritable-styles-expected.txt	2011-09-16 08:35:55 UTC (rev 95279)
@@ -3,6 +3,6 @@
 | <div>
 |   class="class"
 |   id="id"
-|   style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: blue; border-right-color: blue; border-bottom-color: blue; border-left-color: blue; "
+|   style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: blue; border-right-color: blue; border-bottom-color: blue; border-left-color: blue; border-image: initial; "
 |   "This should have blue border when its pasted."
 | "This shouldn't have a border.<#selection-caret>"

Modified: trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt (95278 => 95279)


--- trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2011-09-16 08:26:15 UTC (rev 95278)
+++ trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2011-09-16 08:35:55 UTC (rev 95279)
@@ -23,6 +23,8 @@
 PASS (new inner.Option()).constructor.isInner is true
 PASS (new inner.PageTransitionEvent()).isInner is true
 PASS (new inner.PageTransitionEvent()).constructor.isInner is true
+PASS (new inner.PopStateEvent()).isInner is true
+PASS (new inner.PopStateEvent()).constructor.isInner is true
 PASS (new inner.ProgressEvent()).isInner is true
 PASS (new inner.ProgressEvent()).constructor.isInner is true
 PASS (new inner.WebKitAnimationEvent()).isInner is true

Modified: trunk/LayoutTests/inspector/styles/styles-new-API-expected.txt (95278 => 95279)


--- trunk/LayoutTests/inspector/styles/styles-new-API-expected.txt	2011-09-16 08:26:15 UTC (rev 95278)
+++ trunk/LayoutTests/inspector/styles/styles-new-API-expected.txt	2011-09-16 08:35:55 UTC (rev 95279)
@@ -184,6 +184,7 @@
 ['border-bottom-style':'solid'] @[undefined-undefined] style
 ['border-left-style':'solid'] @[undefined-undefined] style
 ['border-color':'initial'] @[undefined-undefined] style
+['border-image':'initial'] @[undefined-undefined] style
 ['border-top-width':'0px'] @[undefined-undefined] style
 ['border-right-width':'0px'] @[undefined-undefined] style
 ['border-bottom-width':'0px'] @[undefined-undefined] style
@@ -420,6 +421,7 @@
 ['border-bottom-style':'solid'] @[undefined-undefined] style
 ['border-left-style':'solid'] @[undefined-undefined] style
 ['border-color':'initial'] @[undefined-undefined] style
+['border-image':'initial'] @[undefined-undefined] style
 ['border-top-width':'1px'] @[undefined-undefined] style
 ['border-right-width':'1px'] @[undefined-undefined] style
 ['border-bottom-width':'1px'] @[undefined-undefined] style
@@ -443,6 +445,7 @@
 ['border-bottom-style':'solid'] @[undefined-undefined] style
 ['border-left-style':'solid'] @[undefined-undefined] style
 ['border-color':'initial'] @[undefined-undefined] style
+['border-image':'initial'] @[undefined-undefined] style
 ['border-top-width':'1px'] @[undefined-undefined] style
 ['border-right-width':'1px'] @[undefined-undefined] style
 ['border-bottom-width':'1px'] @[undefined-undefined] style

Modified: trunk/LayoutTests/inspector/styles/styles-source-lines-expected.txt (95278 => 95279)


--- trunk/LayoutTests/inspector/styles/styles-source-lines-expected.txt	2011-09-16 08:26:15 UTC (rev 95278)
+++ trunk/LayoutTests/inspector/styles/styles-source-lines-expected.txt	2011-09-16 08:35:55 UTC (rev 95279)
@@ -6,6 +6,7 @@
 [expanded] #main, .at_line_50 { (styles-source-lines.html:50)
 border: 1px solid
     red;
+border-image: initial;
 
 [expanded] #main, .at_line_43 { (styles-source-lines.html:43)
 font-size: 10px;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to