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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/flexbox-overflow-auto-expected.html

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/css3/flexbox/flexbox-overflow-auto-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flexbox-overflow-auto-expected.html b/third_party/WebKit/LayoutTests/css3/flexbox/flexbox-overflow-auto-expected.html
index 885558283e662f636860e1b7b686a783db81e880..66343a39bc782bc65523e4e9d3f4d8f28a4b4603 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/flexbox-overflow-auto-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/flexbox-overflow-auto-expected.html
@@ -38,7 +38,6 @@
// https://bugs.webkit.org/show_bug.cgi?id=76129 .
var results = [
'left top', 'left top', 'right top', 'left bottom',
- 'left bottom-almost', 'left bottom-almost', 'right bottom-almost', 'left top',
'right-almost top', 'right-almost top', 'right-almost bottom', 'left top',
'left top', 'left top', 'left bottom', 'right top'];

Powered by Google App Engine
This is Rietveld 408576698