Index: LayoutTests/fast/overflow/resize-inherit-expected.txt |
diff --git a/LayoutTests/fast/overflow/resize-inherit-expected.txt b/LayoutTests/fast/overflow/resize-inherit-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fa524cc2950f5bb498ebc23cde7cee70f4cc72c5 |
--- /dev/null |
+++ b/LayoutTests/fast/overflow/resize-inherit-expected.txt |
@@ -0,0 +1,12 @@ |
+CSS resize property is inherited:no |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(document.querySelector('.overflow.resize')).resize is 'both' |
+PASS getComputedStyle(document.querySelector('.overflow.no-resize')).resize is 'none' |
+PASS getComputedStyle(document.querySelector('.overflow.resize-inherit')).resize is 'both' |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |