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

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

Issue 1943633002: [css-flexbox] Add test case for definite widths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with test Created 4 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: third_party/WebKit/LayoutTests/css3/flexbox/bug604346-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/bug604346-expected.html b/third_party/WebKit/LayoutTests/css3/flexbox/bug604346-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..70c4be864e8674ab21edbd5a650190b252feddc8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/bug604346-expected.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+
+<style>
+.fixed-pos{
+ position: fixed;
+ background: green;
+}
+</style>
+
+You should see no red
+
+<div class="fixed-pos" >
+ <div>
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ </div>
+ <div>
+ YYYY
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698