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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-002.xht

Issue 1334653002: update-w3c-deps import using blink 938bf333d1bbab5c7c40f5c574f50807244c587f: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add NeedsRebaseline Created 5 years, 3 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
Index: LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-002.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-002.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-002.xht
index f9b4a4ad2af99b2dfe5780228d613f6dc2629dda..03f0df592e6d473d6e4da3dff7110f525aa6087d 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-002.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-002.xht
@@ -18,7 +18,7 @@
table
{
border-spacing: 0.5em 0em; /* computes to logical horizontal border-spacing: 10px */
- font: 1.25em/1 Ahem; /* computes to 20px/20px */
+ font: 20px/1 Ahem; /* computes to 20px/20px */
padding: 1.25em 0em; /* computes to padding-top: 25px and padding-bottom: 25px */
-webkit-writing-mode: vertical-rl;
}

Powered by Google App Engine
This is Rietveld 408576698