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

Unified Diff: LayoutTests/svg/css/svg-paint-order-expected.txt

Issue 22482004: Add support for the object-fit CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase for landing Created 7 years, 4 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/svg/css/svg-paint-order.html ('k') | LayoutTests/svg/paintorder/paintorder.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/css/svg-paint-order-expected.txt
diff --git a/LayoutTests/svg/css/svg-paint-order-expected.txt b/LayoutTests/svg/css/svg-paint-order-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..de2bfa3a34b6cd7c4da789ee74dc85503d3740e6
--- /dev/null
+++ b/LayoutTests/svg/css/svg-paint-order-expected.txt
@@ -0,0 +1,69 @@
+Test paint-order.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+Test pre-normalized correct variants of 'paint-order'
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill markers stroke"
+PASS getComputedStyle(text).paintOrder is "stroke fill markers"
+PASS getComputedStyle(text).paintOrder is "stroke markers fill"
+PASS getComputedStyle(text).paintOrder is "markers stroke fill"
+PASS getComputedStyle(text).paintOrder is "markers fill stroke"
+
+Test correct single keyword value of 'paint-order'
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "stroke fill markers"
+PASS getComputedStyle(text).paintOrder is "markers fill stroke"
+
+Test correct dual keyword values of 'paint-order'
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill markers stroke"
+PASS getComputedStyle(text).paintOrder is "stroke fill markers"
+PASS getComputedStyle(text).paintOrder is "stroke markers fill"
+PASS getComputedStyle(text).paintOrder is "markers fill stroke"
+PASS getComputedStyle(text).paintOrder is "markers stroke fill"
+
+Test invalid values of 'paint-order'
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+
+Test pre-normalized correct variants of 'paint-order' (presentation attribute)
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill markers stroke"
+PASS getComputedStyle(text).paintOrder is "stroke fill markers"
+PASS getComputedStyle(text).paintOrder is "stroke markers fill"
+PASS getComputedStyle(text).paintOrder is "markers stroke fill"
+PASS getComputedStyle(text).paintOrder is "markers fill stroke"
+
+Test correct single keyword value of 'paint-order' (presentation attribute)
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "stroke fill markers"
+PASS getComputedStyle(text).paintOrder is "markers fill stroke"
+
+Test correct dual keyword values of 'paint-order' (presentation attribute)
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill markers stroke"
+PASS getComputedStyle(text).paintOrder is "stroke fill markers"
+PASS getComputedStyle(text).paintOrder is "stroke markers fill"
+PASS getComputedStyle(text).paintOrder is "markers fill stroke"
+PASS getComputedStyle(text).paintOrder is "markers stroke fill"
+
+Test invalid values of 'paint-order' (presentation attribute)
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS getComputedStyle(text).paintOrder is "fill stroke markers"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/svg/css/svg-paint-order.html ('k') | LayoutTests/svg/paintorder/paintorder.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698