Index: third_party/WebKit/LayoutTests/fast/harness/results.html |
diff --git a/third_party/WebKit/LayoutTests/fast/harness/results.html b/third_party/WebKit/LayoutTests/fast/harness/results.html |
index 779da5c0ce6d6c6ad6d30ddba1ad542cbea828b8..14c072d2f16376a634b77cde5b3a2356d215fe07 100644 |
--- a/third_party/WebKit/LayoutTests/fast/harness/results.html |
+++ b/third_party/WebKit/LayoutTests/fast/harness/results.html |
@@ -189,6 +189,10 @@ tbody.flagged .flag { |
display: inline-block; |
margin: 0 10px 0 0; |
} |
+ |
+#results-table > tbody:hover { |
+ background-color: #DDD; |
+} |
</style> |
<style id="unexpected-pass-style"></style> |
<style id="flaky-failures-style"></style> |