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

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

Issue 1088633002: Unprefix flexbox tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/css3/flexbox/flexbox-overflow-auto-expected.html
diff --git a/LayoutTests/css3/flexbox/flexbox-overflow-auto-expected.html b/LayoutTests/css3/flexbox/flexbox-overflow-auto-expected.html
index 2ffafdd03b587e4fa3a904dd2bda0caf62dab3f3..885558283e662f636860e1b7b686a783db81e880 100644
--- a/LayoutTests/css3/flexbox/flexbox-overflow-auto-expected.html
+++ b/LayoutTests/css3/flexbox/flexbox-overflow-auto-expected.html
@@ -3,11 +3,11 @@
<head>
<style>
.test-row {
- display: -webkit-flex;
+ display: flex;
margin-bottom: 5px;
}
.test-row > div {
- -webkit-flex: none;
+ flex: none;
}
.container {

Powered by Google App Engine
This is Rietveld 408576698