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

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: test case only Created 4 years, 7 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 | « third_party/WebKit/LayoutTests/css3/flexbox/bug604346.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d9a7e323d1fe7f624ecdd9489abdee63bd1e9f6c
--- /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>
+
+<p>You should see no red.</p>
+
+<div class="fixed-pos" >
+ <div>
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ </div>
+ <div>
+ YYYY
+ </div>
+</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/flexbox/bug604346.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698