Commit 2d86e24f authored by Mathias Bynens's avatar Mathias Bynens Committed by Commit Bot

Update DevTools test expectations

CL that temporarily disabled these tests:
https://chromium-review.googlesource.com/c/chromium/src/+/2111179

DevTools front-end CL that modified the behavior:
https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2112361

Bug: chromium:1056588
Change-Id: Ic73c42cae0497111e86564c7a347c84ae32508bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112550Reviewed-by: default avatarSigurd Schneider <sigurds@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752065}
parent 3987ee60
...@@ -6124,13 +6124,6 @@ crbug.com/1011466 http/tests/devtools/tracing/timeline-network/timeline-network- ...@@ -6124,13 +6124,6 @@ crbug.com/1011466 http/tests/devtools/tracing/timeline-network/timeline-network-
crbug.com/1011466 virtual/threaded/http/tests/devtools/tracing/timeline-misc/timeline-aggregated-details.js [ Pass Failure ] crbug.com/1011466 virtual/threaded/http/tests/devtools/tracing/timeline-misc/timeline-aggregated-details.js [ Pass Failure ]
crbug.com/1011466 virtual/threaded/http/tests/devtools/tracing/timeline-network/timeline-network-resource-details.js [ Pass Failure ] crbug.com/1011466 virtual/threaded/http/tests/devtools/tracing/timeline-network/timeline-network-resource-details.js [ Pass Failure ]
# Temporarily disabled for landing a DevTools change.
crbug.com/1056588 http/tests/devtools/elements/bidi-dom-tree.js [ Pass Failure ]
crbug.com/1056588 http/tests/devtools/elements/edit/delete-from-document.js [ Pass Failure ]
crbug.com/1056588 http/tests/devtools/elements/elements-panel-correct-case.js [ Pass Failure ]
crbug.com/1056588 http/tests/devtools/elements/elements-panel-structure.js [ Pass Failure ]
crbug.com/1056588 http/tests/devtools/elements/user-properties.js [ Pass Failure ]
# Tests that json modules load correctly within the context of service workers # Tests that json modules load correctly within the context of service workers
crbug.com/967018 external/wpt/html/semantics/scripting-1/the-script-element/json-module/json-module-service-worker-test.https.tentative.html [ Failure ] crbug.com/967018 external/wpt/html/semantics/scripting-1/the-script-element/json-module/json-module-service-worker-test.https.tentative.html [ Failure ]
crbug.com/967018 virtual/streaming-preload/external/wpt/html/semantics/scripting-1/the-script-element/json-module/json-module-service-worker-test.https.tentative.html [ Failure ] crbug.com/967018 virtual/streaming-preload/external/wpt/html/semantics/scripting-1/the-script-element/json-module/json-module-service-worker-test.https.tentative.html [ Failure ]
......
Tests that elements panel correctly displays DOM tree structure for bi-di pages. Tests that elements panel correctly displays DOM tree structure for bi-di pages.
<!doctype html> <!DOCTYPE html>
- <html> - <html>
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
......
Tests that removing child from the document is handled properly in the elements panel. Tests that removing child from the document is handled properly in the elements panel.
Before remove doctype Before remove doctype
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html> - <html>
After remove doctype After remove doctype
- <html> - <html>
......
Tests that elements panel shows all types of elements in the correct case. Tests that elements panel shows all types of elements in the correct case.
<!doctype html> <!DOCTYPE html>
- <html> - <html>
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
......
Tests that elements panel shows DOM tree structure. Tests that elements panel shows DOM tree structure.
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html> - <html>
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
......
Tests that DOMNode properly tracks own and descendants' user properties. Tests that DOMNode properly tracks own and descendants' user properties.
attr1 set on aNode attr1 set on aNode
<!doctype html> <!DOCTYPE html>
- <html> [subtreeMarkerCount:1] - <html> [subtreeMarkerCount:1]
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
...@@ -16,7 +16,7 @@ attr1 set on aNode ...@@ -16,7 +16,7 @@ attr1 set on aNode
</body> </body>
</html> </html>
attr2 set on child2 attr2 set on child2
<!doctype html> <!DOCTYPE html>
- <html> [subtreeMarkerCount:2] - <html> [subtreeMarkerCount:2]
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
...@@ -31,7 +31,7 @@ attr2 set on child2 ...@@ -31,7 +31,7 @@ attr2 set on child2
</body> </body>
</html> </html>
attr1 set on child2 attr1 set on child2
<!doctype html> <!DOCTYPE html>
- <html> [subtreeMarkerCount:3] - <html> [subtreeMarkerCount:3]
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
...@@ -46,7 +46,7 @@ attr1 set on child2 ...@@ -46,7 +46,7 @@ attr1 set on child2
</body> </body>
</html> </html>
attr1 modified on aNode attr1 modified on aNode
<!doctype html> <!DOCTYPE html>
- <html> [subtreeMarkerCount:3] - <html> [subtreeMarkerCount:3]
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
...@@ -61,7 +61,7 @@ attr1 modified on aNode ...@@ -61,7 +61,7 @@ attr1 modified on aNode
</body> </body>
</html> </html>
attr2 modified on child2 attr2 modified on child2
<!doctype html> <!DOCTYPE html>
- <html> [subtreeMarkerCount:3] - <html> [subtreeMarkerCount:3]
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
...@@ -76,7 +76,7 @@ attr2 modified on child2 ...@@ -76,7 +76,7 @@ attr2 modified on child2
</body> </body>
</html> </html>
attr1 removed from aNode attr1 removed from aNode
<!doctype html> <!DOCTYPE html>
- <html> [subtreeMarkerCount:2] - <html> [subtreeMarkerCount:2]
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
...@@ -91,7 +91,7 @@ attr1 removed from aNode ...@@ -91,7 +91,7 @@ attr1 removed from aNode
</body> </body>
</html> </html>
aNode removed aNode removed
<!doctype html> <!DOCTYPE html>
- <html> [subtreeMarkerCount:2] - <html> [subtreeMarkerCount:2]
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
...@@ -104,7 +104,7 @@ aNode removed ...@@ -104,7 +104,7 @@ aNode removed
</body> </body>
</html> </html>
child2 removed child2 removed
<!doctype html> <!DOCTYPE html>
- <html> [subtreeMarkerCount:2] - <html> [subtreeMarkerCount:2]
- <head> - <head>
<base href="http://127.0.0.1:8000/devtools/elements/"> <base href="http://127.0.0.1:8000/devtools/elements/">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment