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 |
+ |