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

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

Issue 1252933003: Shrink SVG paint-order to take less bits (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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/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
index de2bfa3a34b6cd7c4da789ee74dc85503d3740e6..4d4f1ee59dbe9ae0d21b8e1c0c66aa0b42e9563c 100644
--- a/LayoutTests/svg/css/svg-paint-order-expected.txt
+++ b/LayoutTests/svg/css/svg-paint-order-expected.txt
@@ -5,64 +5,64 @@ 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"
+PASS getComputedStyle(text).paintOrder is "fill"
+PASS getComputedStyle(text).paintOrder is "fill markers"
+PASS getComputedStyle(text).paintOrder is "stroke"
+PASS getComputedStyle(text).paintOrder is "stroke markers"
+PASS getComputedStyle(text).paintOrder is "markers stroke"
+PASS getComputedStyle(text).paintOrder is "markers"
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"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "fill"
+PASS getComputedStyle(text).paintOrder is "stroke"
+PASS getComputedStyle(text).paintOrder is "markers"
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"
+PASS getComputedStyle(text).paintOrder is "fill"
+PASS getComputedStyle(text).paintOrder is "fill markers"
+PASS getComputedStyle(text).paintOrder is "stroke"
+PASS getComputedStyle(text).paintOrder is "stroke markers"
+PASS getComputedStyle(text).paintOrder is "markers"
+PASS getComputedStyle(text).paintOrder is "markers stroke"
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"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
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"
+PASS getComputedStyle(text).paintOrder is "fill"
+PASS getComputedStyle(text).paintOrder is "fill markers"
+PASS getComputedStyle(text).paintOrder is "stroke"
+PASS getComputedStyle(text).paintOrder is "stroke markers"
+PASS getComputedStyle(text).paintOrder is "markers stroke"
+PASS getComputedStyle(text).paintOrder is "markers"
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"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "fill"
+PASS getComputedStyle(text).paintOrder is "stroke"
+PASS getComputedStyle(text).paintOrder is "markers"
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"
+PASS getComputedStyle(text).paintOrder is "fill"
+PASS getComputedStyle(text).paintOrder is "fill markers"
+PASS getComputedStyle(text).paintOrder is "stroke"
+PASS getComputedStyle(text).paintOrder is "stroke markers"
+PASS getComputedStyle(text).paintOrder is "markers"
+PASS getComputedStyle(text).paintOrder is "markers stroke"
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 getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
+PASS getComputedStyle(text).paintOrder is "normal"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698