[Qt] Update expecteds of failing tests after r95260 and r95242.
authorreni@webkit.org <reni@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 16 Sep 2011 08:35:55 +0000 (08:35 +0000)
committerreni@webkit.org <reni@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 16 Sep 2011 08:35:55 +0000 (08:35 +0000)
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.

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

LayoutTests/ChangeLog
LayoutTests/editing/style/non-inheritable-styles-expected.txt
LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt
LayoutTests/inspector/styles/styles-new-API-expected.txt
LayoutTests/inspector/styles/styles-source-lines-expected.txt

index b022cc1..a34e6fa 100644 (file)
@@ -1,5 +1,16 @@
 2011-09-16  Renata Hodovan  <reni@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  <reni@webkit.org>
+
         [Qt] One test failed after r95203
         https://bugs.webkit.org/show_bug.cgi?id=68233
 
index b5edefb..e39ef29 100644 (file)
@@ -3,6 +3,6 @@ This tests copy.  Non-inheritable styles should be brought down from stylesheets
 | <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>"
index 316a4dd..baadc3b 100644 (file)
@@ -23,6 +23,8 @@ PASS (new inner.Option()).isInner is true
 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
index bfcee01..e0d8bb5 100644 (file)
@@ -184,6 +184,7 @@ h1: []
 ['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 @@ raw style
 ['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 @@ raw style
 ['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
index 466e08e..b7def80 100644 (file)
@@ -6,6 +6,7 @@ Tests that proper source lines are reported for the parsed styles.
 [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;