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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/logical-property-resolution-expected.txt

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/css/logical-property-resolution-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/logical-property-resolution-expected.txt b/third_party/WebKit/LayoutTests/fast/css/logical-property-resolution-expected.txt
index 01f4038662f5672bcee3b1e80dec20167c3889d3..88f7c877e13371300f50bb32d73d694e821d0c94 100644
--- a/third_party/WebKit/LayoutTests/fast/css/logical-property-resolution-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/logical-property-resolution-expected.txt
@@ -6,42 +6,30 @@ Borders: 1px solid rgb(0, 0, 0), 2px dotted rgb(0, 128, 0), 3px dashed rgb(255,
Width: 100px
Height: 50px
Block #2:
-Margins: 3px 2px 1px 4px
-Padding: 2px 3px 4px 1px
-Borders: 3px dashed rgb(255, 255, 0), 2px dotted rgb(0, 128, 0), 1px solid rgb(0, 0, 0), 4px double rgb(128, 0, 128)
-Width: 100px
-Height: 50px
-Block #3:
Margins: 4px 3px 2px 1px
Padding: 1px 2px 3px 4px
Borders: 4px double rgb(128, 0, 128), 3px dashed rgb(255, 255, 0), 2px dotted rgb(0, 128, 0), 1px solid rgb(0, 0, 0)
Width: 50px
Height: 100px
-Block #4:
+Block #3:
Margins: 4px 1px 2px 3px
Padding: 1px 4px 3px 2px
Borders: 4px double rgb(128, 0, 128), 1px solid rgb(0, 0, 0), 2px dotted rgb(0, 128, 0), 3px dashed rgb(255, 255, 0)
Width: 50px
Height: 100px
-Block #5:
+Block #4:
Margins: 1px 4px 3px 2px
Padding: 4px 1px 2px 3px
Borders: 1px solid rgb(0, 0, 0), 4px double rgb(128, 0, 128), 3px dashed rgb(255, 255, 0), 2px dotted rgb(0, 128, 0)
Width: 100px
Height: 50px
-Block #6:
-Margins: 3px 4px 1px 2px
-Padding: 2px 1px 4px 3px
-Borders: 3px dashed rgb(255, 255, 0), 4px double rgb(128, 0, 128), 1px solid rgb(0, 0, 0), 2px dotted rgb(0, 128, 0)
-Width: 100px
-Height: 50px
-Block #7:
+Block #5:
Margins: 2px 3px 4px 1px
Padding: 3px 2px 1px 4px
Borders: 2px dotted rgb(0, 128, 0), 3px dashed rgb(255, 255, 0), 4px double rgb(128, 0, 128), 1px solid rgb(0, 0, 0)
Width: 50px
Height: 100px
-Block #8:
+Block #6:
Margins: 2px 1px 4px 3px
Padding: 3px 4px 1px 2px
Borders: 2px dotted rgb(0, 128, 0), 1px solid rgb(0, 0, 0), 4px double rgb(128, 0, 128), 3px dashed rgb(255, 255, 0)

Powered by Google App Engine
This is Rietveld 408576698