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

Unified Diff: LayoutTests/platform/win/css3/flexbox/line-wrapping-expected.txt

Issue 1088633002: Unprefix flexbox tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whoops, a > went missing 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
« no previous file with comments | « LayoutTests/css3/flexbox/z-index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/win/css3/flexbox/line-wrapping-expected.txt
diff --git a/LayoutTests/platform/win/css3/flexbox/line-wrapping-expected.txt b/LayoutTests/platform/win/css3/flexbox/line-wrapping-expected.txt
index 9f8ca5156e360c97c6d02e939ea46abba1c4aa4e..d8735fc0856cf6754ab4ca8f22e12feaa67f155a 100644
--- a/LayoutTests/platform/win/css3/flexbox/line-wrapping-expected.txt
+++ b/LayoutTests/platform/win/css3/flexbox/line-wrapping-expected.txt
@@ -15,7 +15,7 @@ Expected 24 for offsetLeft, but got 23.
<div data-expected-height="" data-expected-width="100">
<div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="24" data-offset-y="0"></div>
</div>
- <div data-expected-height="100" data-expected-width="40" style="-webkit-align-self: flex-start;">
+ <div data-expected-height="100" data-expected-width="40" style="align-self: flex-start;">
<div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="24" data-offset-y="100"></div>
</div>
</div>
@@ -37,7 +37,7 @@ Expected 74 for offsetLeft, but got 73.
<div data-expected-height="200" data-expected-width="50">
<div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="24" data-offset-y="0"></div>
</div>
- <div data-expected-height="200" data-expected-width="50" style="-webkit-align-self: flex-start;">
+ <div data-expected-height="200" data-expected-width="50" style="align-self: flex-start;">
<div data-offset-x="54"></div><div data-offset-x="54"></div><div data-offset-x="54"></div><div data-offset-x="54"></div><div data-offset-x="54"></div><div data-offset-x="74" data-offset-y="0"></div>
</div>
</div>
@@ -51,7 +51,7 @@ Expected 54 for offsetLeft, but got 53.
<div data-expected-height="200" data-expected-width="50">
<div data-offset-x="4"></div><div data-offset-x="4"></div>
</div>
- <div data-expected-height="80" data-expected-width="50" style="-webkit-align-self: flex-start;">
+ <div data-expected-height="80" data-expected-width="50" style="align-self: flex-start;">
<div data-offset-x="54"></div><div data-offset-x="54"></div>
</div>
</div>
@@ -67,7 +67,7 @@ Expected 24 for offsetLeft, but got 23.
<div data-expected-height="250" data-expected-width="100">
<div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="24" data-offset-y="0"></div>
</div>
- <div data-expected-height="250" data-expected-width="40" style="-webkit-align-self: flex-start;">
+ <div data-expected-height="250" data-expected-width="40" style="align-self: flex-start;">
<div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="24" data-offset-y="250"></div>
</div>
</div>
@@ -89,7 +89,7 @@ Expected 64 for offsetLeft, but got 63.
<div data-expected-height="500" data-expected-width="40">
<div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="4"></div><div data-offset-x="24" data-offset-y="0"></div>
</div>
- <div data-expected-height="500" data-expected-width="40" style="-webkit-align-self: flex-start;">
+ <div data-expected-height="500" data-expected-width="40" style="align-self: flex-start;">
<div data-offset-x="44"></div><div data-offset-x="44"></div><div data-offset-x="44"></div><div data-offset-x="44"></div><div data-offset-x="44"></div><div data-offset-x="64" data-offset-y="0"></div>
</div>
</div>
« no previous file with comments | « LayoutTests/css3/flexbox/z-index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698