Index: LayoutTests/fast/css/style-sharing-type-and-readonly-expected.txt |
diff --git a/LayoutTests/fast/css/style-sharing-type-and-readonly-expected.txt b/LayoutTests/fast/css/style-sharing-type-and-readonly-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b04370a7cd42bf58c99a71f3bfd7ed06e99b2c55 |
--- /dev/null |
+++ b/LayoutTests/fast/css/style-sharing-type-and-readonly-expected.txt |
@@ -0,0 +1,14 @@ |
+Make sure special case style sharing for readonly and type attributes works |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(document.querySelector("[black]")).color is "rgb(0, 0, 0)" |
+PASS getComputedStyle(document.querySelector("[readonly]")).color is "rgb(255, 0, 0)" |
+PASS getComputedStyle(document.querySelector("[type]")).color is "rgb(0, 0, 255)" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+Black |
+Red |
+Blue |