Index: third_party/WebKit/LayoutTests/FlagExpectations/README.txt |
diff --git a/third_party/WebKit/LayoutTests/FlagExpectations/README.txt b/third_party/WebKit/LayoutTests/FlagExpectations/README.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d414bd55996c85755588a4b618e8abb4ccb123cf |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/FlagExpectations/README.txt |
@@ -0,0 +1,11 @@ |
+FlagExpectations stores flag-specific test expectations. To run layout tests |
+with a flag, use: |
+ |
+ run-webkit-tests --additional-driver-flag=--name-of-flag |
+ |
+In addition to passing --name-of-flag to the binary, run-webkit-tests will look |
+for test expectations in |
+ |
+ FlagExpectations/name-of-flag |
+ |
+which will override the main TestExpectations file. |