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-
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 ]
# 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
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 ]
......
Tests that elements panel correctly displays DOM tree structure for bi-di pages.
<!doctype html>
<!DOCTYPE html>
- <html>
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......
Tests that removing child from the document is handled properly in the elements panel.
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>
After remove doctype
- <html>
......
Tests that elements panel shows all types of elements in the correct case.
<!doctype html>
<!DOCTYPE html>
- <html>
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......
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>
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......
Tests that DOMNode properly tracks own and descendants' user properties.
attr1 set on aNode
<!doctype html>
<!DOCTYPE html>
- <html> [subtreeMarkerCount:1]
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......@@ -16,7 +16,7 @@ attr1 set on aNode
</body>
</html>
attr2 set on child2
<!doctype html>
<!DOCTYPE html>
- <html> [subtreeMarkerCount:2]
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......@@ -31,7 +31,7 @@ attr2 set on child2
</body>
</html>
attr1 set on child2
<!doctype html>
<!DOCTYPE html>
- <html> [subtreeMarkerCount:3]
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......@@ -46,7 +46,7 @@ attr1 set on child2
</body>
</html>
attr1 modified on aNode
<!doctype html>
<!DOCTYPE html>
- <html> [subtreeMarkerCount:3]
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......@@ -61,7 +61,7 @@ attr1 modified on aNode
</body>
</html>
attr2 modified on child2
<!doctype html>
<!DOCTYPE html>
- <html> [subtreeMarkerCount:3]
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......@@ -76,7 +76,7 @@ attr2 modified on child2
</body>
</html>
attr1 removed from aNode
<!doctype html>
<!DOCTYPE html>
- <html> [subtreeMarkerCount:2]
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......@@ -91,7 +91,7 @@ attr1 removed from aNode
</body>
</html>
aNode removed
<!doctype html>
<!DOCTYPE html>
- <html> [subtreeMarkerCount:2]
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
......@@ -104,7 +104,7 @@ aNode removed
</body>
</html>
child2 removed
<!doctype html>
<!DOCTYPE html>
- <html> [subtreeMarkerCount:2]
- <head>
<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