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/+/2112550
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752065}
diff --git a/third_party/blink/web_tests/TestExpectations b/third_party/blink/web_tests/TestExpectations
index 56440a4..ae42cec 100644
--- a/third_party/blink/web_tests/TestExpectations
+++ b/third_party/blink/web_tests/TestExpectations
@@ -6124,13 +6124,6 @@
 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 ]
diff --git a/third_party/blink/web_tests/http/tests/devtools/elements/bidi-dom-tree-expected.txt b/third_party/blink/web_tests/http/tests/devtools/elements/bidi-dom-tree-expected.txt
index e76e5be..685da8b 100644
--- a/third_party/blink/web_tests/http/tests/devtools/elements/bidi-dom-tree-expected.txt
+++ b/third_party/blink/web_tests/http/tests/devtools/elements/bidi-dom-tree-expected.txt
@@ -1,6 +1,6 @@
 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/">
diff --git a/third_party/blink/web_tests/http/tests/devtools/elements/edit/delete-from-document-expected.txt b/third_party/blink/web_tests/http/tests/devtools/elements/edit/delete-from-document-expected.txt
index 3df7d27..00dcc570 100644
--- a/third_party/blink/web_tests/http/tests/devtools/elements/edit/delete-from-document-expected.txt
+++ b/third_party/blink/web_tests/http/tests/devtools/elements/edit/delete-from-document-expected.txt
@@ -1,7 +1,7 @@
 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>
diff --git a/third_party/blink/web_tests/http/tests/devtools/elements/elements-panel-correct-case-expected.txt b/third_party/blink/web_tests/http/tests/devtools/elements/elements-panel-correct-case-expected.txt
index f7e753dc..9fd25e5 100644
--- a/third_party/blink/web_tests/http/tests/devtools/elements/elements-panel-correct-case-expected.txt
+++ b/third_party/blink/web_tests/http/tests/devtools/elements/elements-panel-correct-case-expected.txt
@@ -1,6 +1,6 @@
 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/">
diff --git a/third_party/blink/web_tests/http/tests/devtools/elements/elements-panel-structure-expected.txt b/third_party/blink/web_tests/http/tests/devtools/elements/elements-panel-structure-expected.txt
index 87d54b01..cd35df9 100644
--- a/third_party/blink/web_tests/http/tests/devtools/elements/elements-panel-structure-expected.txt
+++ b/third_party/blink/web_tests/http/tests/devtools/elements/elements-panel-structure-expected.txt
@@ -1,6 +1,6 @@
 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/">
diff --git a/third_party/blink/web_tests/http/tests/devtools/elements/user-properties-expected.txt b/third_party/blink/web_tests/http/tests/devtools/elements/user-properties-expected.txt
index ee02615e..bf8bab3 100644
--- a/third_party/blink/web_tests/http/tests/devtools/elements/user-properties-expected.txt
+++ b/third_party/blink/web_tests/http/tests/devtools/elements/user-properties-expected.txt
@@ -1,7 +1,7 @@
 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 @@
       </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 @@
       </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 @@
       </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 @@
       </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 @@
       </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 @@
       </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 @@
       </body>
   </html>
 child2 removed
-  <!doctype html>
+  <!DOCTYPE html>
 - <html> [subtreeMarkerCount:2]
     - <head>
           <base href="http://127.0.0.1:8000/devtools/elements/">