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

Unified Diff: LayoutTests/fast/backgrounds/mask-box-image-width-expected.txt

Issue 81123002: Factor out common BorderImageLength code in CSSToStyleMap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comments Created 7 years, 1 month 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/backgrounds/mask-box-image-width-expected.txt
diff --git a/LayoutTests/fast/backgrounds/mask-box-image-width-expected.txt b/LayoutTests/fast/backgrounds/mask-box-image-width-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..259f63f057e43135de35001cd90fc08164103fd2
--- /dev/null
+++ b/LayoutTests/fast/backgrounds/mask-box-image-width-expected.txt
@@ -0,0 +1,16 @@
+This test checks that webkitMaskBoxImageWidth is correctly parsed and returned from getComputedStyle().
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
+PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
+PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "1"
+PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "0px"
+PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "97%"
+PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
+PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/backgrounds/mask-box-image-width.html ('k') | Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698