Bug 116731

Summary: REGRESSION (r150215): broke a test case in inspector/console/console-css-warnings.html
Product: WebKit Reporter: Sergio Villar Senin <svillar>
Component: Web Inspector (Deprecated)Assignee: Sergio Villar Senin <svillar>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, glenn, graouts, joepeck, pfeldman, rniwa, svillar, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Sergio Villar Senin 2013-05-24 11:24:29 PDT
That change removed a layering violation added just for IE7 compatibility but it didn't remove the test case supporting it.

 x {
    *zoom: @1;  /* IE hack. Ignored */
    color: @;
}
Comment 1 Sergio Villar Senin 2013-05-24 11:27:22 PDT
Created attachment 202839 [details]
Patch
Comment 2 Sergio Villar Senin 2013-05-24 11:28:44 PDT
See https://bugs.webkit.org/show_bug.cgi?id=116196
Comment 3 Sergio Villar Senin 2013-05-24 13:06:47 PDT
Comment on attachment 202839 [details]
Patch

Clearing flags on attachment: 202839

Committed r150655: <http://trac.webkit.org/changeset/150655>
Comment 4 Sergio Villar Senin 2013-05-24 13:06:54 PDT
All reviewed patches have been landed.  Closing bug.