2017-02-24 Devin Rousso <dcrousso+webkit@gmail.com>
+ Web Inspector: RTL: add support for Error page
+ https://bugs.webkit.org/show_bug.cgi?id=168855
+
+ Reviewed by Brian Burg.
+
+ * UserInterface/Debug/UncaughtExceptionReporter.css:
+ (.uncaught-exception-sheet):
+ (body[dir=ltr] .uncaught-exception-sheet):
+ (body[dir=rtl] .uncaught-exception-sheet):
+ (.uncaught-exception-sheet h1 > img):
+ (body[dir=ltr] .uncaught-exception-sheet h1 > img):
+ (body[dir=rtl] .uncaught-exception-sheet h1 > img):
+ (.uncaught-exception-sheet h2 > img):
+ (body[dir=ltr] .uncaught-exception-sheet h2 > img):
+ (body[dir=rtl] .uncaught-exception-sheet h2 > img):
+ (.uncaught-exception-sheet dd):
+ (body[dir=ltr] .uncaught-exception-sheet dd):
+ (body[dir=rtl] .uncaught-exception-sheet dd):
+ (.uncaught-exception-sheet ul):
+ (body[dir=ltr] .uncaught-exception-sheet ul):
+ (body[dir=rtl] .uncaught-exception-sheet ul):
+
+2017-02-24 Devin Rousso <dcrousso+webkit@gmail.com>
+
Web Inspector: Uncaught Exception: Unknown angle units "undefined"
https://bugs.webkit.org/show_bug.cgi?id=168851