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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-item-order-paint-order-expected.html

Issue 18516007: Add support for 'order' on grid items (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Squashed the 2 constructors per Ojan's review comment Created 7 years, 6 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/fast/css-grid-layout/grid-item-order-paint-order-expected.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-item-order-paint-order-expected.html b/LayoutTests/fast/css-grid-layout/grid-item-order-paint-order-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..761af6053ecebb1b8badc2636ab4ceca629fd91c
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/grid-item-order-paint-order-expected.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+.grid {
+ width: 100px;
+ height: 100px;
+ background-color: green;
+}
+</style>
+</head>
+<body>
+ <p>This test checks that 'order' changes the paint ordering.</p>
+ <p>There should be 2 green squares below.</p>
+ <div class="grid"></div>
+
+ <div class="grid"></div>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/css-grid-layout/grid-item-order-paint-order.html ('k') | Source/core/rendering/OrderIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698