Bug 99175

Summary: [EFL] REGRESSION(r131176) inspector/styles/region-style-crash.html is failing
Product: WebKit Reporter: Sudarsana Nagineni (babu) <naginenis>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Sudarsana Nagineni (babu)
Reported 2012-10-12 07:23:36 PDT
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
Alexander Pavlov (apavlov)
Comment 1 2012-10-12 08:28:38 PDT
Note You need to log in before you can comment on or make changes to this bug.