RESOLVED FIXED 135961
Web Inspector: Add layout test for lowercase CSSProperty names
https://bugs.webkit.org/show_bug.cgi?id=135961
Summary Web Inspector: Add layout test for lowercase CSSProperty names
Matt Baker
Reported 2014-08-14 15:56:29 PDT
We need a test to ensure that CSSProperty.name is lowercase for author styles regardless of source CSS formatting.
Attachments
Patch (7.77 KB, patch)
2014-08-14 17:05 PDT, Matt Baker
no flags
Patch (8.01 KB, patch)
2014-08-15 17:13 PDT, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2014-08-14 15:57:00 PDT
Matt Baker
Comment 2 2014-08-14 17:05:11 PDT
Timothy Hatcher
Comment 3 2014-08-15 08:06:25 PDT
Comment on attachment 236638 [details] Patch Nice!
Joseph Pecoraro
Comment 4 2014-08-15 15:42:05 PDT
Comment on attachment 236638 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=236638&action=review > Source/WebInspectorUI/UserInterface/Models/CSSCompletions.js:86 > + // CodeMirror is not included by Test.html, so skip MIME type associations. This should be a generic comment. "CodeMirror is not included in tests, so skip MIME type associations.". The mention of Test.html is too specific and could go stale. > LayoutTests/inspector/css/matched-style-properties.html:8 > + BACKGROUND-COLOR:blue; > + COLOR:white; > + border-STYLE:solid; Might as well test an all lower case, and wild camel case. position: absolute; ToP: 0; lEfT: 0;
Matt Baker
Comment 5 2014-08-15 17:13:55 PDT
Joseph Pecoraro
Comment 6 2014-08-26 16:49:39 PDT
Comment on attachment 236694 [details] Patch Patch looks great. However tests are not being run at all?! We should really first unskip all inspector tests before landing this. Could you look into that?
WebKit Commit Bot
Comment 7 2014-09-08 17:00:45 PDT
Comment on attachment 236694 [details] Patch Clearing flags on attachment: 236694 Committed r173406: <http://trac.webkit.org/changeset/173406>
WebKit Commit Bot
Comment 8 2014-09-08 17:00:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.