Index: LayoutTests/fast/css/target-fragment-match-expected.txt |
diff --git a/LayoutTests/fast/css/target-fragment-match-expected.txt b/LayoutTests/fast/css/target-fragment-match-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8b770e6c291ada99dad1c4bafcdfe9c06d0ddc4e |
--- /dev/null |
+++ b/LayoutTests/fast/css/target-fragment-match-expected.txt |
@@ -0,0 +1,11 @@ |
+Verify that css :target selector is correctly updated during hash and history navigations |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(document.getElementById('target-01')).backgroundColor is "rgb(102, 204, 255)" |
+PASS getComputedStyle(document.getElementById('target-01')).backgroundColor is "rgb(255, 255, 255)" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+I should be highlighted first because of the anchor, and de-highlighted when there is no fragment. |