Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: third_party/WebKit/LayoutTests/svg/css/baseline-shift-inherit.html

Issue 2782583002: Deduplicate testharness test names in LayoutTests/svg/ (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/css/baseline-shift-inherit-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/css/baseline-shift-inherit.html
diff --git a/third_party/WebKit/LayoutTests/svg/css/baseline-shift-inherit.html b/third_party/WebKit/LayoutTests/svg/css/baseline-shift-inherit.html
index 021aee6d39ec3c78f846843dc952ca7f719d67c8..38dd2d9871a55208213c08db79f089c029e034cc 100644
--- a/third_party/WebKit/LayoutTests/svg/css/baseline-shift-inherit.html
+++ b/third_party/WebKit/LayoutTests/svg/css/baseline-shift-inherit.html
@@ -22,6 +22,6 @@ setup(function() {
test(function() {
svg.style.setProperty('baseline-shift', item.value);
assert_equals(getComputedStyle(textElement).baselineShift, item.expected || item.value);
- }, 'Inheritance of the baseline-shift property - ' + item + '.');
+ }, 'Inheritance of the baseline-shift property, ' + item.value + '.');
});
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/css/baseline-shift-inherit-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698