+2013-02-11 Andrey Lushnikov <lushnikov@chromium.org>
+
+ Web Inspector: displaying whitespace characters is broken
+ https://bugs.webkit.org/show_bug.cgi?id=109412
+
+ Reviewed by Vsevolod Vlasov.
+
+ Add "pointer-events: none" rule for pseudo-class "before", which
+ maintains rendering of whitespace characters.
+
+ No new tests.
+
+ * inspector/front-end/inspectorSyntaxHighlight.css:
+ (.webkit-whitespace::before):
+
2013-02-11 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: Implement position-based sourcemapping for stylesheets