Bug 99175
Summary: | [EFL] REGRESSION(r131176) inspector/styles/region-style-crash.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sudarsana Nagineni (babu) <naginenis> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Sudarsana Nagineni (babu)
inspector/styles/region-style-crash.html test is failing on EFL bots after r131176. Probably we need to update the expected results of this test.
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/inspector/styles/region-style-crash-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/inspector/styles/region-style-crash-actual.txt
@@ -3,7 +3,7 @@
P color styled in region: #008000.
[expanded]
-color: red;
+color: rgb(255, 0, 0);
#p1 - #ff0000 region-style-crash.html:6
display: block;
p - block user agent stylesheet
@@ -17,7 +17,7 @@
[expanded]
#p1 { (region-style-crash.html:6)
-color: red;
+color: #ff0000;
[expanded]
p { (user agent stylesheet)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexander Pavlov (apavlov)
Rebaseline committed: http://trac.webkit.org/changeset/131188