tree: 3079e06ffe85555e9d09f163936d3eb82948cb42 [path history] [tgz]
  1. accessibility/
  2. android/
  3. animations/
  4. app_banner/
  5. bindings/
  6. clipboard/
  7. compositing/
  8. crypto/
  9. css-parser/
  10. css1/
  11. css2.1/
  12. css3/
  13. cssom/
  14. custom-elements/
  15. custom-properties/
  16. dark-mode/
  17. dom/
  18. editing/
  19. external/
  20. fast/
  21. flag-specific/
  22. FlagExpectations/
  23. fonts/
  24. fragmentation/
  25. fullscreen/
  26. gamepad/
  27. handwriting/
  28. harness-tests/
  29. hittesting/
  30. html/
  31. html5lib/
  32. http/
  33. idle-callback/
  34. ietestcenter/
  35. images/
  36. inspector-protocol/
  37. intersection-observer/
  38. jquery/
  39. js/
  40. loader/
  41. media/
  42. media_capabilities/
  43. mhtml/
  44. navigator_language/
  45. navigator_webdriver/
  46. netinfo/
  47. overflow/
  48. paint/
  49. payments/
  50. performance_timeline/
  51. permissionclient/
  52. platform/
  53. plugins/
  54. pointer-lock/
  55. ppapi/
  56. print_testharness/
  57. printing/
  58. register-protocol-handler/
  59. regress/
  60. resize-observer/
  61. resources/
  62. rootscroller/
  63. screen_orientation/
  64. scrollbars/
  65. security/
  66. shadow-dom/
  67. storage/
  68. svg/
  69. synthetic_gestures/
  70. tables/
  71. test_runner/
  72. TestLists/
  73. third_party/
  74. timezonechange/
  75. touchadjustment/
  76. transforms/
  77. transitions/
  78. traversal/
  79. typedcssom/
  80. vibration/
  81. view-transition/
  82. virtual/
  83. virtualkeyboard/
  84. wasm/
  85. webaudio/
  86. webexposed/
  87. webgpu/
  88. wpt_internal/
  89. xmlviewer/
  90. .clang-format
  91. .gitattributes
  92. .gitignore
  93. ASANExpectations
  94. CfTTestExpecations
  95. FlagSpecificConfig
  96. IOSTestExpectations
  97. LeakExpectations
  98. MobileTestExpectations
  99. MSANExpectations
  100. NeverFixTests
  101. OWNERS
  102. PRESUBMIT.py
  103. PRESUBMIT_test.py
  104. README.md
  105. SlowTests
  106. StaleTestExpectations
  107. TestExpectations
  108. VIRTUAL_OWNERS
  109. VirtualTestSuites
  110. W3CImportExpectations
  111. WebGPUExpectations
  112. whitespace.txt
third_party/blink/web_tests/README.md

The documentation for this directory is at:

WPT Configuration

There are some special files under this directory for adapting web platform tests for Blink:

  • web_tests/external/wpt/.config.json: wptserve configuration file for overriding default routes and ports. Note that filesystem paths are relative to blink/web_tests and will be changed to absolute path at run time for wptserve to consume. When changing the ports (HTTP/S, WS/S), make sure to also:
    • Update WPT_HOST_AND_PORTS in //third_party/blink/tools/blinkpy/web_tests/port/driver.py
    • Update WebTestContentBrowserClient::GetOriginsRequiringDedicatedProcess
  • web_tests/wptrunner.blink.ini: This file is now created on the fly. It describes WPT tests other than external/wpt, which is automatically mapped to the document root http://web-platform.test/. Note that this config is only ingested by wptrunner; run_web_tests.py automatically recognizes all tests under web_tests/.